Home | History | Annotate | Download | only in llvm-split
      1 set(LLVM_LINK_COMPONENTS
      2   TransformUtils
      3   BitWriter
      4   Core
      5   IRReader
      6   Support
      7   )
      8 
      9 add_llvm_tool(llvm-split
     10   llvm-split.cpp
     11 
     12   DEPENDS
     13   intrinsics_gen
     14   )
     15