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

Unified Diff: tools/pnacl-bcfuzz/CMakeLists.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/Makefile ('k') | tools/pnacl-bcfuzz/LLVMBuild.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pnacl-bcfuzz/CMakeLists.txt
diff --git a/tools/pnacl-freeze/CMakeLists.txt b/tools/pnacl-bcfuzz/CMakeLists.txt
similarity index 55%
copy from tools/pnacl-freeze/CMakeLists.txt
copy to tools/pnacl-bcfuzz/CMakeLists.txt
index 3d8c3c363e1b12269daa88d4b310b460b9b49a31..783bde22f34b52a775f35e9288a4da31a7382192 100644
--- a/tools/pnacl-freeze/CMakeLists.txt
+++ b/tools/pnacl-bcfuzz/CMakeLists.txt
@@ -1,10 +1,10 @@
set(LLVM_LINK_COMPONENTS
- BitReader
Core
- NaClBitWriter
NaClBitReader
+ NaClBitTestUtils
+ NaClBitWriter
Support)
-add_llvm_tool(pnacl-freeze
- pnacl-freeze.cpp
+add_llvm_tool(pnacl-bcfuzz
+ pnacl-bcfuzz.cpp
)
« no previous file with comments | « tools/Makefile ('k') | tools/pnacl-bcfuzz/LLVMBuild.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698