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

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 nits. 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: lib/Bitcode/NaCl/TestUtils/CMakeLists.txt
diff --git a/lib/Bitcode/NaCl/TestUtils/CMakeLists.txt b/lib/Bitcode/NaCl/TestUtils/CMakeLists.txt
index 1af0b197ddbb14aa5fb52add888c02ffac7dea3d..b0d5578870610674d3a7dc28480bf922fc6b3c26 100644
--- a/lib/Bitcode/NaCl/TestUtils/CMakeLists.txt
+++ b/lib/Bitcode/NaCl/TestUtils/CMakeLists.txt
@@ -3,5 +3,7 @@ add_llvm_library(LLVMNaClBitTestUtils
NaClBitcodeMungeReader.cpp
NaClBitcodeMungeUtils.cpp
NaClBitcodeMungeWriter.cpp
+ NaClFuzz.cpp
+ NaClSimpleRecordFuzzer.cpp
)
add_dependencies(LLVMNaClBitTestUtils intrinsics_gen)

Powered by Google App Engine
This is Rietveld 408576698