mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
9267952bee
This change serves to create the initial framework for outputting ELF files from llvm-elfabi. Differential Revision: https://reviews.llvm.org/D61767
11 lines
141 B
CMake
11 lines
141 B
CMake
add_llvm_component_library(LLVMInterfaceStub
|
|
ELFObjHandler.cpp
|
|
ELFStub.cpp
|
|
TBEHandler.cpp
|
|
|
|
LINK_COMPONENTS
|
|
MC
|
|
Object
|
|
Support
|
|
)
|