Allow the target to select the level of anti-dependence breaking that should be perfo...
[oota-llvm.git] / tools / llvm-mc / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC)
2
3 add_llvm_tool(llvm-mc
4   llvm-mc.cpp
5   AsmLexer.cpp
6   AsmParser.cpp
7   )