[PATCH] D91460: [AsmParser] make .ascii support spaces as separators

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 15:22:15 PST 2020


jrtc27 added inline comments.


================
Comment at: llvm/test/MC/AsmParser/directive_ascii.s:67
+TEST10:
+        .asciz "B" "C"
+
----------------
MaskRay wrote:
> `.asciz "A", "B" "C", "D"` should produce `A\0BC\0D\0` as GNU as 2.36 will do
Hmm, MaskRay suggested a test case with `, "D"` on the end, that's probably a good idea.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91460



More information about the llvm-commits mailing list