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

Daniil Kovalev via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 02:13:55 PDT 2024


================
@@ -82,6 +83,25 @@ static bool ShouldSignWithBKey(const Function &F, const AArch64Subtarget &STI) {
   return Key == "b_key";
 }
 
+static bool hasELFSignedGOTHelper(const Function &F,
----------------
kovdan01 wrote:

Added, see 76ca5c45a02d2d35ab54ae562cdab0f70ecd14e3, thanks for suggestion

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


More information about the llvm-commits mailing list