Move the subtarget dependent features from XCoreTargetMachine
[oota-llvm.git] / tools / llc / Makefile
index b32d5575d53ec2827a25acea2d1294785fce14a5..71bce4dc1adf9a9cc303b1cd432a67f44d70b8af 100644 (file)
@@ -9,7 +9,10 @@
 
 LEVEL := ../..
 TOOLNAME := llc
-LINK_COMPONENTS := all-targets bitreader asmparser
+LINK_COMPONENTS := all-targets bitreader asmparser irreader
+
+# Support plugins.
+NO_DEAD_STRIP := 1
 
 include $(LEVEL)/Makefile.common