[llvm] [NFC] Update function names in MCTargetAsmParser.h (PR #108643)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 14 21:43:06 PDT 2024


================
@@ -457,7 +457,7 @@ class MCTargetAsmParser : public MCAsmParserExtension {
   /// end-of-statement token and false is returned.
   ///
   /// \param DirectiveID - the identifier token of the directive.
-  virtual bool ParseDirective(AsmToken DirectiveID) { return true; }
+  virtual bool parseDirectives(AsmToken DirectiveID) { return true; }
----------------
s-barannikov wrote:

It might be better to leave this method alone (it is deprecated).

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


More information about the llvm-commits mailing list