[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
[oota-llvm.git] / tools / llc / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   AsmPrinter
4   CodeGen
5   Core
6   IRReader
7   MC
8   ScalarOpts
9   SelectionDAG
10   Support
11   Target
12   )
13
14 add_llvm_tool(llc
15   llc.cpp
16   )
17 set_target_properties(llc PROPERTIES ENABLE_EXPORTS 1)