[PATCH] D67615: [obj2yaml] - Add a support for PPC64 relocations.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 16 06:21:23 PDT 2019
grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added subscribers: steven.zhang, kbarton, nemanjai.
We do not support them and fail with `llvm_unreachable` currently.
This is not the only target we do not support and also seems we are missing
the tests for those we have already. But I need this one for another patch,
so posting it separatelly.
Relocation names are taken from `llvm\include\llvm\BinaryFormat\ELFRelocs\PowerPC64.def`
https://reviews.llvm.org/D67615
Files:
lib/ObjectYAML/ELFYAML.cpp
test/tools/obj2yaml/elf-ppc64-relocations.yaml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67615.220321.patch
Type: text/x-patch
Size: 20417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190916/481af71c/attachment.bin>
More information about the llvm-commits
mailing list