[another test commit, just to tickle the selfhost buildbots; I'll back out in a few...
[oota-llvm.git] / tools / llvm-dis / Makefile
index 6c8d0a327cc743946da0ddd34cb890ba92c5bd67..22c9ecc300ecc2b0d562e4b8707f72b10424fef2 100644 (file)
@@ -10,6 +10,8 @@ LEVEL = ../..
 
 TOOLNAME = llvm-dis
 LINK_COMPONENTS := bitreader
-REQUIRES_EH := 1
+
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS = 1
 
 include $(LEVEL)/Makefile.common