• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  ${LLVM_TARGETS_TO_BUILD}
3  BitReader
4  BitWriter
5  Core
6  IRReader
7  LTO
8  MC
9  Object
10  Support
11  Target
12  )
13
14add_llvm_tool(llvm-lto
15  llvm-lto.cpp
16  )
17
18