Index: tools/pnacl-llc/Makefile |
diff --git a/tools/llc/Makefile b/tools/pnacl-llc/Makefile |
similarity index 81% |
copy from tools/llc/Makefile |
copy to tools/pnacl-llc/Makefile |
index 63150146f476f6eaae43676e0ff655448b2c3b60..ae8104eac54b55be5f13b1f1b06035615a15657a 100644 |
--- a/tools/llc/Makefile |
+++ b/tools/pnacl-llc/Makefile |
@@ -1,4 +1,4 @@ |
-#===- tools/llc/Makefile -----------------------------------*- Makefile -*-===## |
+#===- tools/pnacl-llc/Makefile -----------------------------*- Makefile -*-===## |
# |
# The LLVM Compiler Infrastructure |
# |
@@ -8,7 +8,7 @@ |
##===----------------------------------------------------------------------===## |
LEVEL := ../.. |
-TOOLNAME := llc |
+TOOLNAME := pnacl-llc |
LINK_COMPONENTS := all-targets bitreader asmparser naclanalysis |
include $(LEVEL)/Makefile.common |