[llvm] [AArch64] Rename VariantKind to Specifier (PR #132595)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 25 23:33:16 PDT 2025


================
@@ -338,7 +338,7 @@ class AArch64AsmParser : public MCTargetAsmParser {
   bool parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) override;
 
   static bool classifySymbolRef(const MCExpr *Expr,
-                                AArch64MCExpr::VariantKind &ELFRefKind,
+                                AArch64MCExpr::Specifier &ELFSpec,
----------------
MaskRay wrote:

`DarwinRefKind`, while still using `MCSymbolRefExpr` (I do not plan to migrate it to AArch64MCExpr but hope someone could do so), will be renamed to `DarwinSpec`. Therefore, I am preferring `ELFSpec`.

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


More information about the llvm-commits mailing list