Home | History | Annotate | Download | only in llvm-lto2
      1 set(LLVM_LINK_COMPONENTS
      2   ${LLVM_TARGETS_TO_BUILD}
      3   BitReader
      4   Core
      5   Linker
      6   LTO
      7   MC
      8   Object
      9   Support
     10   Target
     11   )
     12 
     13 add_llvm_tool(llvm-lto2
     14   llvm-lto2.cpp
     15 
     16   DEPENDS
     17   intrinsics_gen
     18   )
     19