| 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
|
|
|