[llvm] [PAC][CodeGen][ELF][AArch64] Support signed GOT (PR #96164)
Tomas Matheson via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 5 10:45:07 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,
----------------
tmatheson-arm wrote:
Please add a brief doc comment
https://github.com/llvm/llvm-project/pull/96164
More information about the llvm-commits
mailing list