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

Jian Cai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 15:50:38 PST 2020


jcai19 added inline comments.


================
Comment at: llvm/test/MC/AsmParser/directive_ascii.s:70
+# CHECK: TEST11:
+# CHECK: .ascii "B\000C"
+# CHECK: .byte 0
----------------
nickdesaulniers wrote:
> sorry, is there an extra two `00` in the output?
This is what llvm-mc prints. I think both \0 and \000 mean 0 in octal form.


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