Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / tools / llvm-as / Makefile
index ae449c479a41ce57092bf7d59f18714a7b54212d..dfd71b295a9a81f4fb64ae76e3f8b9c7189c351b 100644 (file)
@@ -7,12 +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
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common