Revert r191088, corresponding to r191823 to re-enable llvm-lto on cygming.
[oota-llvm.git] / tools / llvm-lto / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} lto support)
2
3 add_llvm_tool(llvm-lto
4   llvm-lto.cpp
5   )
6