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

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 12:25:14 PST 2020


nickdesaulniers added inline comments.


================
Comment at: llvm/test/MC/AsmParser/directive_ascii.s:70
+# CHECK: TEST11:
+# CHECK: .ascii "B\000C"
+# CHECK: .byte 0
----------------
sorry, is there an extra two `00` in the output?


================
Comment at: llvm/test/MC/AsmParser/directive_ascii.s:92
+# CHECK: TEST14:
+# CHECK: .ascii "B\000C"
+# CHECK: .byte 0
----------------
sorry, is there an extra two `00` in the output?


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