12 lines
144 B
CMake
12 lines
144 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
InterfaceStub
|
||
|
Object
|
||
|
Support
|
||
|
TextAPI
|
||
|
)
|
||
|
|
||
|
add_llvm_tool(llvm-elfabi
|
||
|
ErrorCollector.cpp
|
||
|
llvm-elfabi.cpp
|
||
|
)
|