Add support for addmod to mri scripts.
[oota-llvm.git] / tools / llvm-dis / Makefile
index 6c8d0a327cc743946da0ddd34cb890ba92c5bd67..aeeeed0d68c9f94a9fae1cc835b37803ad375934 100644 (file)
@@ -6,10 +6,12 @@
 # License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../..
 
-TOOLNAME = llvm-dis
-LINK_COMPONENTS := bitreader
-REQUIRES_EH := 1
+LEVEL := ../..
+TOOLNAME := llvm-dis
+LINK_COMPONENTS := bitreader analysis
+
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common