| Index: tools/pnacl-bcdis/Makefile
|
| diff --git a/tools/llvm-cov/Makefile b/tools/pnacl-bcdis/Makefile
|
| similarity index 74%
|
| copy from tools/llvm-cov/Makefile
|
| copy to tools/pnacl-bcdis/Makefile
|
| index 6e32b4d233d7ec885331e483690e5618fb795bab..ddbd965118ef0a460546640f59207b2b87cb54a2 100644
|
| --- a/tools/llvm-cov/Makefile
|
| +++ b/tools/pnacl-bcdis/Makefile
|
| @@ -1,4 +1,4 @@
|
| -##===- tools/llvm-cov/Makefile -----------------------------*- Makefile -*-===##
|
| +##===- tools/pnacl-bcdis/Makefile --------------------------*- Makefile -*-===##
|
| #
|
| # The LLVM Compiler Infrastructure
|
| #
|
| @@ -8,8 +8,8 @@
|
| ##===----------------------------------------------------------------------===##
|
|
|
| LEVEL := ../..
|
| -TOOLNAME := llvm-cov
|
| -LINK_COMPONENTS := core support profiledata object
|
| +TOOLNAME := pnacl-bcdis
|
| +LINK_COMPONENTS := naclbitanalysis naclbitreader
|
|
|
| # This tool has no plugins, optimize startup time.
|
| TOOL_NO_EXPORTS := 1
|
|
|