[PATCH] D68598: [IA] Recognize hexadecimal escape sequences

Jian Cai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 00:01:55 PDT 2019


jcai19 added inline comments.


================
Comment at: llvm/test/MC/AsmParser/directive_ascii.s:46
+TEST7:
+        .ascii "\x64\Xa6B"
----------------
Thanks for the update. Could we have one more test case with last eight bits within the range of 7f and ff, and maybe with lower-case letter, e.g. \x8a?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D68598





More information about the llvm-commits mailing list