InterfaceFile is the in-memory representation for tbd files. Add APIs to merge, extract, remove, and inline reexported libraries. Reviewed By: zixuw Differential Revision: https://reviews.llvm.org/D153398
23 lines
378 B
CMake
23 lines
378 B
CMake
add_llvm_component_library(LLVMTextAPI
|
|
Architecture.cpp
|
|
ArchitectureSet.cpp
|
|
InterfaceFile.cpp
|
|
TextStubV5.cpp
|
|
PackedVersion.cpp
|
|
Platform.cpp
|
|
Symbol.cpp
|
|
SymbolSet.cpp
|
|
Target.cpp
|
|
TextAPIError.cpp
|
|
TextStub.cpp
|
|
TextStubCommon.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
"${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI"
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
BinaryFormat
|
|
TargetParser
|
|
)
|