mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
4831b85e11
Summary: The intention for this is to allow reading and printing symbols out from llvm-nm. Tapi file, and Tapi universal follow a similiar format to their respective MachO Object format. The tests are dependent on llvm-nm processing tbd files which is why its in D66160 Reviewers: ributzka, steven_wu, lhames Reviewed By: ributzka, lhames Subscribers: mgorny, hiraditya, dexonsmith, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66159 llvm-svn: 369600
38 lines
676 B
CMake
38 lines
676 B
CMake
add_llvm_library(LLVMObject
|
|
Archive.cpp
|
|
ArchiveWriter.cpp
|
|
Binary.cpp
|
|
COFFImportFile.cpp
|
|
COFFModuleDefinition.cpp
|
|
COFFObjectFile.cpp
|
|
Decompressor.cpp
|
|
ELF.cpp
|
|
ELFObjectFile.cpp
|
|
Error.cpp
|
|
IRObjectFile.cpp
|
|
IRSymtab.cpp
|
|
MachOObjectFile.cpp
|
|
MachOUniversal.cpp
|
|
Minidump.cpp
|
|
ModuleSymbolTable.cpp
|
|
Object.cpp
|
|
ObjectFile.cpp
|
|
RecordStreamer.cpp
|
|
RelocationResolver.cpp
|
|
SymbolicFile.cpp
|
|
SymbolSize.cpp
|
|
TapiFile.cpp
|
|
TapiUniversal.cpp
|
|
WasmObjectFile.cpp
|
|
WindowsMachineFlag.cpp
|
|
WindowsResource.cpp
|
|
XCOFFObjectFile.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Object
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
llvm_vcsrevision_h
|
|
)
|