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

Unified Diff: tools/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 | « lib/Bitcode/NaCl/TestUtils/NaClSimpleRecordFuzzer.cpp ('k') | tools/LLVMBuild.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/CMakeLists.txt
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 10c8b5a7c8a0176af78bbd3dc16cb840d9c377ad..55677e7a75d797734a251f4bf6ad102138e3577b 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -58,6 +58,7 @@ add_llvm_tool_subdirectory(pnacl-abicheck)
add_llvm_tool_subdirectory(pnacl-bcanalyzer)
add_llvm_tool_subdirectory(pnacl-bccompress)
add_llvm_tool_subdirectory(pnacl-bcdis)
+add_llvm_tool_subdirectory(pnacl-bcfuzz)
add_llvm_tool_subdirectory(pnacl-freeze)
add_llvm_tool_subdirectory(pnacl-thaw)
« no previous file with comments | « lib/Bitcode/NaCl/TestUtils/NaClSimpleRecordFuzzer.cpp ('k') | tools/LLVMBuild.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698