mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
bf6e074ab0
Summary: 1. Add functionality for parsing AIX XCOFF object files headers. 2. Only support 32-bit AIX XCOFF object files in this patch. 3. Print out the AIX XCOFF object file header in YAML format. Reviewers: sfertile, hubert.reinterpretcast, jasonliu, mstorsjo, zturner, rnk Reviewed By: sfertile, hubert.reinterpretcast Subscribers: jsji, mgorny, hiraditya, jdoerfert, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D59419 Patch by Digger Lin llvm-svn: 357663
35 lines
616 B
CMake
35 lines
616 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
|
|
WasmObjectFile.cpp
|
|
WindowsResource.cpp
|
|
XCOFFObjectFile.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Object
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
llvm_vcsrevision_h
|
|
)
|