[PATCH] D77844: [ObjectYAML][MachO] Add support for relocations
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 9 18:12:06 PDT 2020
alexshap created this revision.
alexshap added reviewers: seiya, smeenai, MaskRay, mtrent.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
Add support for relocations for MachO to ObjectYAML / yaml2obj / obj2yaml.
Test plan: make check-all
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77844
Files:
llvm/include/llvm/ObjectYAML/MachOYAML.h
llvm/lib/ObjectYAML/MachOEmitter.cpp
llvm/lib/ObjectYAML/MachOYAML.cpp
llvm/test/ObjectYAML/MachO/relocations_arm64.yaml
llvm/test/ObjectYAML/MachO/relocations_armv7.yaml
llvm/test/ObjectYAML/MachO/relocations_x86_64.yaml
llvm/test/ObjectYAML/MachO/virtual_section.yaml
llvm/tools/obj2yaml/macho2yaml.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77844.256458.patch
Type: text/x-patch
Size: 88078 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200410/2b5cfbbc/attachment.bin>
More information about the llvm-commits
mailing list