Refer users looking for the release notes to 3.6.
[oota-llvm.git] / tools / llvm-dis / Makefile
index 0238dd2a17869c5f11ec68ef6f3a8a8d9cbc344d..aeeeed0d68c9f94a9fae1cc835b37803ad375934 100644 (file)
@@ -1,5 +1,17 @@
-LEVEL = ../..
+##===- tools/llvm-dis/Makefile ------------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
+
+LEVEL := ../..
+TOOLNAME := llvm-dis
+LINK_COMPONENTS := bitreader analysis
+
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS := 1
 
-TOOLNAME = llvm-dis
-USEDLIBS = bcreader cwriter ipa.a vmcore support.a
 include $(LEVEL)/Makefile.common