[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:17:42 PDT 2024
================
@@ -24,6 +24,7 @@ namespace llvm {
class AArch64MCExpr : public MCTargetExpr {
public:
enum VariantKind {
+ // clang-format off
----------------
tmatheson-arm wrote:
The main advantage of clang-format is to avoid discussing such things 😄
https://github.com/llvm/llvm-project/pull/96164
More information about the llvm-commits
mailing list