Add missing newlines at EOF (for clang++).
[oota-llvm.git] / tools / llvm-bcanalyzer / Makefile
index b5747cf9f4f087268e7f614755921102d4f3ec29..251f7586064b9d67148721f57d4b476ef5b9666b 100644 (file)
@@ -2,8 +2,8 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Reid Spencer and is distributed under the 
-# University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
@@ -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