[PATCH] D75111: [MC] Allowing the use of $-prefixed integer as asm identifiers

James Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 04:19:33 PST 2020


jrtc27 added inline comments.


================
Comment at: llvm/lib/MC/MCParser/AsmParser.cpp:2867
     Lexer.Lex(); // Lexer's Lex guarantees consecutive token.
     // Construct the joined identifier and consume the token.
     Res =
----------------
jrtc27 wrote:
> Ditto
Actually I think this one is still fine?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75111/new/

https://reviews.llvm.org/D75111





More information about the llvm-commits mailing list