[PATCH] D111404: [DebugInfo][ARM] Fix incorrect debug information for RWPI accessed globals

Keith Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 12 02:31:45 PDT 2021


keith.walker.arm added a comment.

It may be worth adding to the description some links to the Procedure Call Standard for the Arm Architecute which describe RWPI:

- Description of RWPI: https://github.com/ARM-software/abi-aa/blob/main/aapcs32/aapcs32.rst#read-write-position-independence-rwpi
- Use of R_ARM_SBREL32-type relocation: https://github.com/ARM-software/abi-aa/blob/main/aapcs32/aapcs32.rst#aapcs32-f5


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111404



More information about the llvm-commits mailing list