fix ld error with -no-undefined switch, which is undefined on darwin8
[oota-llvm.git] / tools / llvm-mc / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS support MC)
2
3 add_llvm_tool(llvm-mc
4   llvm-mc.cpp
5   AsmExpr.cpp
6   AsmLexer.cpp
7   AsmParser.cpp
8   MC-X86Specific.cpp
9   )