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

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 nit. 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
Index: tools/pnacl-bcfuzz/LLVMBuild.txt
diff --git a/tools/pnacl-freeze/LLVMBuild.txt b/tools/pnacl-bcfuzz/LLVMBuild.txt
similarity index 73%
copy from tools/pnacl-freeze/LLVMBuild.txt
copy to tools/pnacl-bcfuzz/LLVMBuild.txt
index e17f5c0f878df6f39fadaf2d59e53ab2d11bd8f3..7c713161c01b179d00a0ef31ada54c6c0a7ba992 100644
--- a/tools/pnacl-freeze/LLVMBuild.txt
+++ b/tools/pnacl-bcfuzz/LLVMBuild.txt
@@ -1,4 +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 +11,6 @@
[component_0]
type = Tool
-name = pnacl-freeze
+name = pnacl-bcfuzz
parent = Tools
-required_libraries = NaClBitWriter NaClBitReader BitReader
+required_libraries = NaClBitWriter NaClBitReader NaClBitTestUtils

Powered by Google App Engine
This is Rietveld 408576698