Index: tools/pnacl-llc/Makefile |
diff --git a/tools/llc/Makefile b/tools/pnacl-llc/Makefile |
similarity index 60% |
copy from tools/llc/Makefile |
copy to tools/pnacl-llc/Makefile |
index 71bce4dc1adf9a9cc303b1cd432a67f44d70b8af..bf4a0e8be829df024d3e090abf01b456262f2fde 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,11 +8,9 @@ |
##===----------------------------------------------------------------------===## |
LEVEL := ../.. |
-TOOLNAME := llc |
-LINK_COMPONENTS := all-targets bitreader asmparser irreader |
- |
-# Support plugins. |
-NO_DEAD_STRIP := 1 |
+TOOLNAME := pnacl-llc |
+LINK_COMPONENTS := all-targets bitreader naclbitreader irreader \ |
+ asmparser naclanalysis nacltransforms |
include $(LEVEL)/Makefile.common |