[llvm] [PAC][CodeGen][ELF][AArch64] Support signed GOT (PR #96164)
Tomas Matheson via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 04:16:50 PDT 2024
================
@@ -30,6 +30,7 @@ const AArch64MCExpr *AArch64MCExpr::create(const MCExpr *Expr, VariantKind Kind,
}
StringRef AArch64MCExpr::getVariantKindName() const {
+ // clang-format off
----------------
tmatheson-arm wrote:
Sounds good
https://github.com/llvm/llvm-project/pull/96164
More information about the llvm-commits
mailing list