Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: tools/pnacl-bcfuzz/LLVMBuild.txt

Issue 1156103003: Initial implementation of a record-level bitcode fuzzer. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@fuzz
Patch Set: Fix issues in last patch. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/pnacl-bcfuzz/CMakeLists.txt ('k') | tools/pnacl-bcfuzz/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pnacl-bcfuzz/LLVMBuild.txt
diff --git a/tools/pnacl-freeze/LLVMBuild.txt b/tools/pnacl-bcfuzz/LLVMBuild.txt
similarity index 59%
copy from tools/pnacl-freeze/LLVMBuild.txt
copy to tools/pnacl-bcfuzz/LLVMBuild.txt
index e17f5c0f878df6f39fadaf2d59e53ab2d11bd8f3..dd4be065c211f6709f78eb0842ca8d17d9ce95ee 100644
--- a/tools/pnacl-freeze/LLVMBuild.txt
+++ b/tools/pnacl-bcfuzz/LLVMBuild.txt
@@ -1,5 +1,4 @@
-;===- ./tools/pnacl-freeze/LLVMBuild.txt -----------------------*- Conf -*--===;
-;===------------------------------------------------------------------------===;
+;===- ./tools/pnacl-bcfuzz/LLVMBuild.txt -----------------------*- Conf -*--===;
;
; This is an LLVMBuild description file for the components in this subdirectory.
;
@@ -11,6 +10,6 @@
[component_0]
type = Tool
-name = pnacl-freeze
+name = pnacl-bcfuzz
parent = Tools
-required_libraries = NaClBitWriter NaClBitReader BitReader
+required_libraries = NaClBitWriter NaClBitReader NaClBitTestUtils
« no previous file with comments | « tools/pnacl-bcfuzz/CMakeLists.txt ('k') | tools/pnacl-bcfuzz/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698