OSDN Git Service

[yaml2obj] Support for dumping mach_header from yaml
authorChris Bieneman <beanz@apple.com>
Thu, 12 May 2016 17:44:48 +0000 (17:44 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 12 May 2016 17:44:48 +0000 (17:44 +0000)
commited0b17172ebb1d8ef290709f622ec0da3078a34b
treee3ad7dce477436bfd191096665fc8f6e8cf6cb3b
parentdfa9a6bd95aa6049a82aa5ac36f496967fd709b9
[yaml2obj] Support for dumping mach_header from yaml

With this change obj2yaml and yaml2obj can now round-trip mach_headers.

This change also adds ObjectYAML/MachO tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269314 91177308-0d34-0410-b5e6-96231b3b80d8
test/ObjectYAML/MachO/mach_header.yaml [new file with mode: 0644]
test/ObjectYAML/MachO/mach_header_64.yaml [new file with mode: 0644]
test/ObjectYAML/lit.local.cfg [new file with mode: 0644]
tools/yaml2obj/yaml2macho.cpp