Home | History | Annotate | Download | only in llvm-lto
      1 set(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 
     14 add_llvm_tool(llvm-lto
     15   llvm-lto.cpp
     16 
     17   DEPENDS
     18   intrinsics_gen
     19   )
     20 
     21