Merging r259346 (with adjustments for r258867):
[oota-llvm.git] / tools / llvm-lto / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   BitWriter
4   Core
5   LTO
6   MC
7   Object
8   Support
9   Target
10   )
11
12 add_llvm_tool(llvm-lto
13   llvm-lto.cpp
14   )
15