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

Tomas Matheson via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 02:20:11 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:

I would just let clang-format do its thing. Depending on how bad the diff was, I might pre-commit it before the review. Doing it later is fine too though.

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


More information about the llvm-commits mailing list