Sync llvm-ar's help string with the options it supports.
[oota-llvm.git] / tools / llvm-mc / CMakeLists.txt
index d2e9e71b07baae52adf3a5ca45543404c0689cd9..805caf403a19e668bc9c2bb648a2cf38bc17ce32 100644 (file)
@@ -1,9 +1,6 @@
-set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC)
+set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC MCParser MCDisassembler)
 
 add_llvm_tool(llvm-mc
   llvm-mc.cpp
-  AsmExpr.cpp
-  AsmLexer.cpp
-  AsmParser.cpp
-  MC-X86Specific.cpp
+  Disassembler.cpp
   )