[llvm] [PAC][CodeGen][ELF][AArch64] Support signed GOT (PR #113811)

Daniil Kovalev via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 02:16:50 PDT 2024


================
@@ -72,6 +72,18 @@ static bool ShouldSignWithBKey(const Function &F, const AArch64Subtarget &STI) {
   return Key == "b_key";
 }
 
+static bool HasELFSignedGOTHelper(const Function &F,
----------------
kovdan01 wrote:

Fixed, thanks! See 48ce9aa9d4a9e50bf6cdbc75be89b8348fa4a6fb

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


More information about the llvm-commits mailing list