Close list item tag, to conform with the style in this file. It's optional
[oota-llvm.git] / tools / llvm-dis / Makefile
index 6be8b096dbf4d3e44110936dd61e51d82ffe8a3d..dfd5e34981239f0171d6acd8c9e594fb0b60a22a 100644 (file)
@@ -2,14 +2,17 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group 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 = ../..
 
 TOOLNAME = llvm-dis
-LINK_COMPONENTS := bcreader
+LINK_COMPONENTS := bitreader
 REQUIRES_EH := 1
 
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS = 1
+
 include $(LEVEL)/Makefile.common