Fix typos
[oota-llvm.git] / tools / llvm-lto / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   Core
4   LTO
5   MC
6   Support
7   )
8
9 add_llvm_tool(llvm-lto
10   llvm-lto.cpp
11   )
12