llvm-link option and test for recent metadata mapping bug
[oota-llvm.git] / tools / llc / Makefile
index c24f378bc53891d2c94be103d6c06e5bbf868c71..ae64c9a5b57c6989c975f9bdf4eb717b0d7ce4c8 100644 (file)
@@ -9,7 +9,10 @@
 
 LEVEL := ../..
 TOOLNAME := llc
-LINK_COMPONENTS := all-targets bitreader asmparser irreader
+LINK_COMPONENTS := all-targets bitreader asmparser irreader mirparser
+
+# Support plugins.
+NO_DEAD_STRIP := 1
 
 include $(LEVEL)/Makefile.common