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

Side by Side 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, 6 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 add_llvm_library(LLVMNaClBitTestUtils 1 add_llvm_library(LLVMNaClBitTestUtils
2 NaClBitcodeMunge.cpp 2 NaClBitcodeMunge.cpp
3 NaClBitcodeMungeReader.cpp 3 NaClBitcodeMungeReader.cpp
4 NaClBitcodeMungeUtils.cpp 4 NaClBitcodeMungeUtils.cpp
5 NaClBitcodeMungeWriter.cpp 5 NaClBitcodeMungeWriter.cpp
6 NaClFuzz.cpp
7 NaClRandNumGen.cpp
8 NaClSimpleRecordFuzzer.cpp
6 ) 9 )
7 add_dependencies(LLVMNaClBitTestUtils intrinsics_gen) 10 add_dependencies(LLVMNaClBitTestUtils intrinsics_gen)
OLDNEW
« 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