[llvm] [PAC][CodeGen][ELF][AArch64] Support signed GOT (PR #113811)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 23:28:37 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,
----------------
MaskRay wrote:
`hasELF...` (fix style when adding new functions)
https://github.com/llvm/llvm-project/pull/113811
More information about the llvm-commits
mailing list