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

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 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/CMakeLists.txt
diff --git a/tools/pnacl-thaw/CMakeLists.txt b/tools/pnacl-bcfuzz/CMakeLists.txt
similarity index 53%
copy from tools/pnacl-thaw/CMakeLists.txt
copy to tools/pnacl-bcfuzz/CMakeLists.txt
index 6b641808714f5a620195520431f67f80d0282ba2..da06b7e41e9e3c033c8f91b67d3e7a825ef49fa5 100644
--- a/tools/pnacl-thaw/CMakeLists.txt
+++ b/tools/pnacl-bcfuzz/CMakeLists.txt
@@ -2,8 +2,9 @@ set(LLVM_LINK_COMPONENTS
BitWriter
jvoung (off chromium) 2015/06/02 00:32:06 NaClBitWriter ?
Karl 2015/06/02 15:42:32 Good catch! Fixing.
Core
NaClBitReader
+ NaClBitTestUtils
Support)
-add_llvm_tool(pnacl-thaw
- pnacl-thaw.cpp
+add_llvm_tool(pnacl-bcfuzz
+ pnacl-bcfuzz.cpp
)

Powered by Google App Engine
This is Rietveld 408576698