mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
eff160f3ab
TextAPI/ELF has moved out into InterfaceStubs, so theres no longer a need to seperate out TextAPI between formats. Reviewed By: ributzka, int3, #lld-macho Differential Revision: https://reviews.llvm.org/D99811
19 lines
311 B
CMake
19 lines
311 B
CMake
add_llvm_component_library(LLVMTextAPI
|
|
Architecture.cpp
|
|
ArchitectureSet.cpp
|
|
InterfaceFile.cpp
|
|
PackedVersion.cpp
|
|
Platform.cpp
|
|
Symbol.cpp
|
|
Target.cpp
|
|
TextStub.cpp
|
|
TextStubCommon.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
"${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI"
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
BinaryFormat
|
|
)
|