[PATCH] D100959: [AsmParser][SystemZ][z/OS] Use updated framework in AsmLexer to accept special tokens as Identifiers
Anirudh Prasad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 08:04:09 PDT 2021
anirudhp updated this revision to Diff 339636.
anirudhp added a comment.
- Added additional tests to test behaviour between setting `AllowHashAtStartOfIdentifier` and when AsmLexer "decides" to lex a string as a possible comment.
- Updated comments for a few attributes in MCAsmInfo.h to make it more clear.
- Rebase on lastest master
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100959/new/
https://reviews.llvm.org/D100959
Files:
llvm/include/llvm/MC/MCAsmInfo.h
llvm/lib/MC/MCParser/AsmLexer.cpp
llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
llvm/unittests/MC/SystemZ/SystemZAsmLexerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100959.339636.patch
Type: text/x-patch
Size: 7678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210422/cffd7f21/attachment.bin>
More information about the llvm-commits
mailing list