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

Unified Diff: tools/Makefile

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: tools/Makefile
diff --git a/tools/Makefile b/tools/Makefile
index 07bbe3d1345242837959763580f4ada6ab8fc770..86b6bd7c6580521ada0f4dd0a77229db4e00ada7 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -31,7 +31,7 @@ OPTIONAL_DIRS := lldb
# in parallel builds. Please retain this ordering.
DIRS := llvm-config
PARALLEL_DIRS := pnacl-llc pnacl-abicheck pnacl-bcanalyzer pnacl-freeze \
- pnacl-thaw pnacl-bccompress pnacl-bcdis \
+ pnacl-bcfuzz pnacl-thaw pnacl-bccompress pnacl-bcdis \
opt llvm-as llvm-dis llc llvm-ar llvm-nm llvm-link \
lli llvm-extract llvm-mc bugpoint llvm-bcanalyzer llvm-diff \
macho-dump llvm-objdump llvm-readobj llvm-rtdyld \
« lib/Bitcode/NaCl/TestUtils/NaClSimpleRecordFuzzer.cpp ('K') | « tools/LLVMBuild.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698