Refactor mcr* and mr*c instructions into classes with the same encoding. No functiona...
[oota-llvm.git] / tools / llvm-extract / Makefile
index 21fe37b13109070a5cd103cd5b62ea0a9a2d8ad9..5672aa3299a2426f37ccf142f48fc935a50c9363 100644 (file)
@@ -10,6 +10,9 @@
 LEVEL = ../..
 
 TOOLNAME = llvm-extract
-LINK_COMPONENTS := ipo bitreader bitwriter
+LINK_COMPONENTS := ipo bitreader bitwriter asmparser
+
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS = 1
 
 include $(LEVEL)/Makefile.common