1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/lib/ObjectYAML
Chris Bieneman c9778ed077 [obj2yaml] [yaml2obj] Support for MachO Universal binaries
This patch adds round-trip support for MachO Universal binaries to obj2yaml and yaml2obj. Universal binaries have a header and list of architecture structures, followed by a the individual object files at specified offsets.

llvm-svn: 273719
2016-06-24 20:42:28 +00:00
..
CMakeLists.txt [ObjectYAML] Support Thin MachO headers to YAML 2016-05-12 16:04:16 +00:00
COFFYAML.cpp [COFF] Expose the PE debug data directory and dump it 2016-06-02 17:10:43 +00:00
ELFYAML.cpp Support/ELF: Add AMDGPU relocation definitions to match documentation 2016-06-17 22:38:08 +00:00
LLVMBuild.txt
MachOYAML.cpp [obj2yaml] [yaml2obj] Support for MachO Universal binaries 2016-06-24 20:42:28 +00:00
YAML.cpp