[PATCH] D97748: [SystemZ][z/OS] Add support to validate a HLASM Label.
Anirudh Prasad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 3 09:15:06 PST 2021
anirudhp updated this revision to Diff 327820.
anirudhp added a reviewer: hubert.reinterpretcast.
anirudhp added a comment.
- Fixed grammatical errors in various comments and in some cases, made them more descriptive.
- Added support to check for national characters ($,@,#) along with "_". To achieve this, introduced two new private inline functions called `isHLASMAlpha` and `isHLASMAlnum`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97748/new/
https://reviews.llvm.org/D97748
Files:
llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97748.327820.patch
Type: text/x-patch
Size: 4315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210303/9bf7678c/attachment.bin>
More information about the llvm-commits
mailing list