x86 atomic: optimize a.store(reg op a.load(acquire), release)
[oota-llvm.git] / tools / llvm-mc / Makefile
index 7b4d94445656d61afdecee7288cb406172921729..b147fadb5747b956122cf9b8bdf5bc3ef0fdbec8 100644 (file)
@@ -7,11 +7,11 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-TOOLNAME = llvm-mc
-LINK_COMPONENTS := support
+LEVEL := ../..
+TOOLNAME := llvm-mc
+LINK_COMPONENTS := all-targets MCDisassembler MCParser MC support
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common