OSDN Git Service

am 6eeae0cf: Revert "Apply rL216114 from upstream LLVM."
[android-x86/external-llvm.git] / tools / llvm-lto / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   LTO
4   MC
5   Support
6   )
7
8 add_llvm_tool(llvm-lto
9   llvm-lto.cpp
10   )
11