Remove DIGlobal.
[oota-llvm.git] / tools / llvm-bcanalyzer / Makefile
index 78732363046a3dea4aa486433cf11cfd25ab0107..488387d5da24b204ec445a9609f903af6851740f 100644 (file)
@@ -10,6 +10,8 @@ LEVEL = ../..
 
 TOOLNAME = llvm-bcanalyzer
 LINK_COMPONENTS := bitreader
-REQUIRES_EH := 1
+
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS = 1
 
 include $(LEVEL)/Makefile.common