blob: 52eedeb9f53f32fe9352d6a495c57ceefae81229 [file] [log] [blame]
Peter Collingbourne1dc6a8d2015-08-21 02:48:20 +00001set(LLVM_LINK_COMPONENTS
2 TransformUtils
3 BitWriter
4 Core
5 IRReader
6 Support
7 )
8
9add_llvm_tool(llvm-split
10 llvm-split.cpp
Chris Bieneman93fa1862016-11-18 23:20:38 +000011
12 DEPENDS
13 intrinsics_gen
Peter Collingbourne1dc6a8d2015-08-21 02:48:20 +000014 )