14 lines
149 B
CMake
14 lines
149 B
CMake
|
|
set(LLVM_LINK_COMPONENTS
|
||
|
|
BitWriter
|
||
|
|
Core
|
||
|
|
IRReader
|
||
|
|
Linker
|
||
|
|
Object
|
||
|
|
Support
|
||
|
|
TransformUtils
|
||
|
|
)
|
||
|
|
|
||
|
|
add_llvm_tool(llvm-link
|
||
|
|
llvm-link.cpp
|
||
|
|
)
|