mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
4a3c52750c
Summary: The patch implements the mapping of the Yaml information to XCOFF object file to enable the yaml2obj tool for XCOFF. Currently only 32-bit is supported. Reviewed By: jhenderson, shchenz Differential Revision: https://reviews.llvm.org/D95505
36 lines
630 B
CMake
36 lines
630 B
CMake
add_llvm_component_library(LLVMObjectYAML
|
|
ArchiveEmitter.cpp
|
|
ArchiveYAML.cpp
|
|
CodeViewYAMLDebugSections.cpp
|
|
CodeViewYAMLSymbols.cpp
|
|
CodeViewYAMLTypeHashing.cpp
|
|
CodeViewYAMLTypes.cpp
|
|
COFFEmitter.cpp
|
|
COFFYAML.cpp
|
|
DWARFEmitter.cpp
|
|
DWARFYAML.cpp
|
|
ELFEmitter.cpp
|
|
ELFYAML.cpp
|
|
MachOEmitter.cpp
|
|
MachOYAML.cpp
|
|
ObjectYAML.cpp
|
|
MinidumpEmitter.cpp
|
|
MinidumpYAML.cpp
|
|
WasmEmitter.cpp
|
|
WasmYAML.cpp
|
|
XCOFFEmitter.cpp
|
|
XCOFFYAML.cpp
|
|
YAML.cpp
|
|
yaml2obj.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/ObjectYAML
|
|
|
|
LINK_COMPONENTS
|
|
BinaryFormat
|
|
Object
|
|
Support
|
|
DebugInfoCodeView
|
|
MC
|
|
)
|