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