1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/tools/yaml2obj
Chris Bieneman 58dc349826 [obj2yaml] [yaml2obj] Basic support for MachO::load_command
This patch adds basic support for MachO::load_command. Load command types and sizes are encoded in the YAML and expanded back into MachO.

The YAML doesn't yet support load command structs, that is coming next. In the meantime as a temporary measure when writing MachO files the load commands are padded with zeros so that the generated binary is valid.

llvm-svn: 269442
2016-05-13 17:41:41 +00:00
..
CMakeLists.txt Initial add for MachO support for yaml2obj 2016-05-11 22:07:48 +00:00
yaml2coff.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
yaml2elf.cpp Move ObjectYAML code to a new library. 2016-03-01 19:15:06 +00:00
yaml2macho.cpp [obj2yaml] [yaml2obj] Basic support for MachO::load_command 2016-05-13 17:41:41 +00:00
yaml2obj.cpp Initial add for MachO support for yaml2obj 2016-05-11 22:07:48 +00:00
yaml2obj.h Initial add for MachO support for yaml2obj 2016-05-11 22:07:48 +00:00