Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }
[oota-llvm.git] / tools / llvm-dis / Makefile
index 8e9501d38dc8c7c439ba82b2c3a7f0652680283b..dfd5e34981239f0171d6acd8c9e594fb0b60a22a 100644 (file)
@@ -2,8 +2,8 @@
 # 
 #                     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 = ../..
@@ -12,4 +12,7 @@ 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