[PATCH] D87916: [PowerPC][LLD] Extend R2 save stub to support offsets of more than 26 bits

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 13:28:03 PDT 2020


MaskRay added inline comments.


================
Comment at: lld/test/ELF/ppc64-toc-call-to-pcrel-long-jump.s:6
 # RUN:       .text_caller 0x20020000 : { *(.text_caller) } \
+# RUN:       .text_caller_far 0x520020000 : { *(.text_caller_far) } \
 # RUN:       }' > %t.script
----------------
This should use PHDRS now to avoid large executables. See D88037


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87916/new/

https://reviews.llvm.org/D87916



More information about the llvm-commits mailing list