1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/InterfaceStub/CMakeLists.txt
Haowei Wu bcce63dd25 [ifs] Prepare llvm-ifs for elfabi/ifs merging.
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
2021-07-19 11:23:00 -07:00

12 lines
156 B
CMake

add_llvm_component_library(LLVMInterfaceStub
ELFObjHandler.cpp
IFSHandler.cpp
IFSStub.cpp
LINK_COMPONENTS
BinaryFormat
MC
Object
Support
)