[PATCH] D46728: Update Hexagon's relocation output
Sid Manning via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 10 14:44:35 PDT 2018
sidneym created this revision.
sidneym added reviewers: kparzysz, bcain, khemant, shankare.
Herald added subscribers: llvm-commits, aheejin.
Currently, relocations are put at the end of packets this change puts the relocation after the instruction that created it.
The change required shifting a large block of code so that the PrettyPrinter could fetch the relocation names.
Repository:
rL LLVM
https://reviews.llvm.org/D46728
Files:
test/CodeGen/Hexagon/relax.ll
test/MC/Hexagon/packetrelo.s
test/MC/Hexagon/plt-rel.s
tools/llvm-objdump/llvm-objdump.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46728.146227.patch
Type: text/x-patch
Size: 32957 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180510/af376e24/attachment.bin>
More information about the llvm-commits
mailing list