blob: 6e22a7236714277bb3780daf56707e85417a89b6 [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
11 )