[PATCH] D91460: [AsmParser] make .ascii/.asciz/.string support multiple strings

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 12:28:02 PST 2020


MaskRay added a comment.

I mentioned the `.asciz` issue to binutils.... The reaction was a bit quick .. https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=3d955acb36f483c05724181da5ffba46b1303c43

I think rejecting `.asciz "a" "b"` may be fine for us since there is no real world usage.


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