x86 atomic: optimize a.store(reg op a.load(acquire), release)
[oota-llvm.git] / tools / llvm-mc / Makefile
index 3c327dac1e977e668c3f27e4f3dbf14d9d3a7ec2..b147fadb5747b956122cf9b8bdf5bc3ef0fdbec8 100644 (file)
@@ -7,11 +7,11 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-TOOLNAME = llvm-mc
-LINK_COMPONENTS := support MC
+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