Revert "Test commit"
[oota-llvm.git] / tools / llvm-as / Makefile
index bdeeaa1e77f0503fd02a785d6e15c96d984c6f8f..dfd71b295a9a81f4fb64ae76e3f8b9c7189c351b 100644 (file)
@@ -7,9 +7,11 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-TOOLNAME = llvm-as
+LEVEL := ../..
+TOOLNAME := llvm-as
 LINK_COMPONENTS := asmparser bitwriter
-REQUIRES_EH := 1
+
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common