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

Unified Diff: lib/Bitcode/NaCl/TestUtils/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 | « include/llvm/Bitcode/NaCl/NaClRandNumGen.h ('k') | lib/Bitcode/NaCl/TestUtils/NaClFuzz.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Bitcode/NaCl/TestUtils/CMakeLists.txt
diff --git a/lib/Bitcode/NaCl/TestUtils/CMakeLists.txt b/lib/Bitcode/NaCl/TestUtils/CMakeLists.txt
index 1af0b197ddbb14aa5fb52add888c02ffac7dea3d..1939b12c8f1a83f292da1970c9af346813795356 100644
--- a/lib/Bitcode/NaCl/TestUtils/CMakeLists.txt
+++ b/lib/Bitcode/NaCl/TestUtils/CMakeLists.txt
@@ -3,5 +3,8 @@ add_llvm_library(LLVMNaClBitTestUtils
NaClBitcodeMungeReader.cpp
NaClBitcodeMungeUtils.cpp
NaClBitcodeMungeWriter.cpp
+ NaClFuzz.cpp
+ NaClRandNumGen.cpp
+ NaClSimpleRecordFuzzer.cpp
)
add_dependencies(LLVMNaClBitTestUtils intrinsics_gen)
« no previous file with comments | « include/llvm/Bitcode/NaCl/NaClRandNumGen.h ('k') | lib/Bitcode/NaCl/TestUtils/NaClFuzz.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698