Add llvm-go tool.
[oota-llvm.git] / tools / llvm-extract / Makefile
index 21fe37b13109070a5cd103cd5b62ea0a9a2d8ad9..d371c54759263a83a244cf40dd2e9a2b4691339a 100644 (file)
@@ -7,9 +7,11 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
+LEVEL := ../..
+TOOLNAME := llvm-extract
+LINK_COMPONENTS := ipo bitreader bitwriter asmparser irreader
 
-TOOLNAME = llvm-extract
-LINK_COMPONENTS := ipo bitreader bitwriter
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common