[PATCH] D94627: [PowerPC][PC Rel] Implement option to omit P10 instructions from stubs
Albion Fung via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 27 16:34:24 PST 2021
Conanap updated this revision to Diff 319715.
Conanap marked 12 inline comments as done.
Conanap added a comment.
Removed lambda functions and made a static function, included a R2SaveStub test case that covers if it fits in 34 bits with option --no-power10-stubs.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94627/new/
https://reviews.llvm.org/D94627
Files:
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/Options.td
lld/ELF/Thunks.cpp
lld/ELF/Thunks.h
lld/test/ELF/ppc64-call-reach.s
lld/test/ELF/ppc64-long-branch-localentry-offset.s
lld/test/ELF/ppc64-long-branch-pi.s
lld/test/ELF/ppc64-long-branch-rel14.s
lld/test/ELF/ppc64-long-branch.s
lld/test/ELF/ppc64-pcrel-call-to-extern.s
lld/test/ELF/ppc64-pcrel-call-to-toc.s
lld/test/ELF/ppc64-plt-stub-compatible.s
lld/test/ELF/ppc64-tls-pcrel-gd.s
lld/test/ELF/ppc64-toc-call-to-pcrel-long-jump.s
lld/test/ELF/ppc64-toc-call-to-pcrel.s
llvm/include/llvm/Object/ELF.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94627.319715.patch
Type: text/x-patch
Size: 36216 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210128/e80c0530/attachment-0001.bin>
More information about the cfe-commits
mailing list