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

Daniil Kovalev via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 03:40:39 PDT 2024


================
@@ -728,6 +730,21 @@ void GotSection::writeTo(uint8_t *buf) {
     return;
   ctx.target->writeGotHeader(buf);
   ctx.target->relocateAlloc(*this, buf);
+  for (const AuthEntryInfo &authEntry : authEntries) {
+    // https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#default-signing-schema
----------------
kovdan01 wrote:

Changed main to 2024Q3, thanks, see 262b4c6eb0e655e3b47350e5f390d4997d7d0431

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


More information about the llvm-commits mailing list