mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-21 18:22:53 +01:00
bcce63dd25
This diff changes llvm-ifs to use unified IFS file format and perform other renaming changes in preparation for the merging between elfabi/ifs. Differential Revision: https://reviews.llvm.org/D99810
12 lines
156 B
CMake
12 lines
156 B
CMake
add_llvm_component_library(LLVMInterfaceStub
|
|
ELFObjHandler.cpp
|
|
IFSHandler.cpp
|
|
IFSStub.cpp
|
|
|
|
LINK_COMPONENTS
|
|
BinaryFormat
|
|
MC
|
|
Object
|
|
Support
|
|
)
|