mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +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
18 lines
325 B
CMake
18 lines
325 B
CMake
add_llvm_library(LLVMObjectYAML
|
|
CodeViewYAMLDebugSections.cpp
|
|
CodeViewYAMLSymbols.cpp
|
|
CodeViewYAMLTypeHashing.cpp
|
|
CodeViewYAMLTypes.cpp
|
|
COFFYAML.cpp
|
|
DWARFEmitter.cpp
|
|
DWARFVisitor.cpp
|
|
DWARFYAML.cpp
|
|
ELFYAML.cpp
|
|
MachOYAML.cpp
|
|
ObjectYAML.cpp
|
|
MinidumpYAML.cpp
|
|
WasmYAML.cpp
|
|
XCOFFYAML.cpp
|
|
YAML.cpp
|
|
)
|