Add missing newlines at EOF (for clang++).
[oota-llvm.git] / tools / llvm-bcanalyzer / Makefile
index 78732363046a3dea4aa486433cf11cfd25ab0107..251f7586064b9d67148721f57d4b476ef5b9666b 100644 (file)
@@ -12,4 +12,7 @@ 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