[lld] [PAC][lld][AArch64][ELF] Support signed GOT (PR #113815)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 09:11:36 PST 2024


================
@@ -910,14 +911,26 @@ void elf::addGotEntry(Ctx &ctx, Symbol &sym) {
 
----------------
MaskRay wrote:

This is too much pauth specific code in the generic addGotEntry. What if we change the callers to call a separate function for pauth?

https://github.com/llvm/llvm-project/pull/113815


More information about the llvm-commits mailing list