[X86] Various type corrections to the code that creates LOCK_OR32mi8/OR32mi8Locked...
[llvm-core.git] / tools / llvm-split / CMakeLists.txt
blob52eedeb9f53f32fe9352d6a495c57ceefae81229
1 set(LLVM_LINK_COMPONENTS
2   TransformUtils
3   BitWriter
4   Core
5   IRReader
6   Support
7   )
9 add_llvm_tool(llvm-split
10   llvm-split.cpp
12   DEPENDS
13   intrinsics_gen
14   )