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

Unified Diff: tools/pnacl-bcfuzz/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 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 | « tools/pnacl-bcfuzz/LLVMBuild.txt ('k') | tools/pnacl-bcfuzz/pnacl-bcfuzz.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pnacl-bcfuzz/Makefile
diff --git a/tools/llvm-cov/Makefile b/tools/pnacl-bcfuzz/Makefile
similarity index 72%
copy from tools/llvm-cov/Makefile
copy to tools/pnacl-bcfuzz/Makefile
index 6e32b4d233d7ec885331e483690e5618fb795bab..dee0dd1f49195dd5781e4a9cf4e742bfc2f9c27c 100644
--- a/tools/llvm-cov/Makefile
+++ b/tools/pnacl-bcfuzz/Makefile
@@ -1,4 +1,4 @@
-##===- tools/llvm-cov/Makefile -----------------------------*- Makefile -*-===##
+##===- tools/pnacl-bcfuzz/Makefile -------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -8,8 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
-TOOLNAME := llvm-cov
-LINK_COMPONENTS := core support profiledata object
+TOOLNAME := pnacl-bcfuzz
+LINK_COMPONENTS := naclbitwriter naclbitreader naclbittestutils
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS := 1
« no previous file with comments | « tools/pnacl-bcfuzz/LLVMBuild.txt ('k') | tools/pnacl-bcfuzz/pnacl-bcfuzz.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698