mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
12 lines
148 B
CMake
12 lines
148 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Object
|
||
|
Support
|
||
|
TextAPI
|
||
|
)
|
||
|
|
||
|
add_llvm_tool(llvm-elfabi
|
||
|
ELFObjHandler.cpp
|
||
|
ErrorCollector.cpp
|
||
|
llvm-elfabi.cpp
|
||
|
)
|