[llvm] [AArch64] Refactor @plt, @gotpcrel, and @AUTH to use parseDataExpr (PR #134202)

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 4 09:04:27 PDT 2025


================
@@ -670,8 +670,6 @@ class AsmParser : public MCAsmParser {
   bool parseEscapedString(std::string &Data) override;
   bool parseAngleBracketString(std::string &Data) override;
 
-  const MCExpr *applySpecifier(const MCExpr *E, uint32_t Variant);
----------------
smithp35 wrote:

Just a question, is this just a move to MCAsmParser, which despite the longer name is the base class?

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


More information about the llvm-commits mailing list