[clang] [llvm] [AArch64][PAC] Sign block addresses used in indirectbr. (PR #97647)
Anton Korobeynikov via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 8 15:33:17 PDT 2024
asl wrote:
> Under the proposed ABI, `&&A-&&B` is actually "sign(A)-sign(B)". Which is a constant, but not one which can be represented as a relocation (as far as I know).
Right. The difference should be not be signed IMO as stated above.
https://github.com/llvm/llvm-project/pull/97647
More information about the cfe-commits
mailing list