[PATCH] D68598: [IA] Recognize hexadecimal escape sequences
Jian Cai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 16:08:50 PDT 2019
jcai19 added inline comments.
================
Comment at: llvm/test/MC/AsmParser/directive_ascii.s:46
+TEST7:
+ .ascii "\x64\Xa6B"
----------------
jcai19 wrote:
> 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?
Test cases added at r374124.
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