20 lines
210 B
CMake
20 lines
210 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
BinaryFormat
|
||
|
BitReader
|
||
|
BitWriter
|
||
|
Core
|
||
|
IRReader
|
||
|
Linker
|
||
|
Object
|
||
|
Support
|
||
|
TransformUtils
|
||
|
IPO
|
||
|
)
|
||
|
|
||
|
add_llvm_tool(llvm-link
|
||
|
llvm-link.cpp
|
||
|
|
||
|
DEPENDS
|
||
|
intrinsics_gen
|
||
|
)
|