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