[PATCH] D91460: [AsmParser] make .ascii/.asciz/.string support multiple strings
Jian Cai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 17 12:15:25 PST 2020
jcai19 updated this revision to Diff 305875.
jcai19 added a comment.
Thanks all for the comments. From what I read so far, we agree thatt there is a real need to implement this feature in LLVM so add more test cases based on the comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91460/new/
https://reviews.llvm.org/D91460
Files:
llvm/include/llvm/MC/MCParser/MCAsmParser.h
llvm/lib/MC/MCParser/AsmParser.cpp
llvm/lib/MC/MCParser/MCAsmParser.cpp
llvm/test/MC/AsmParser/AArch64/directive-parse-err.s
llvm/test/MC/AsmParser/directive_ascii.s
llvm/test/MC/Mips/asciiz-directive-bad.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91460.305875.patch
Type: text/x-patch
Size: 5396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201117/c5c95deb/attachment.bin>
More information about the llvm-commits
mailing list