[PATCH] D68483: [IA] Recognize hexadecimal escape sequences
Jian Cai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 4 16:04:43 PDT 2019
jcai19 added inline comments.
================
Comment at: llvm/test/MC/AsmParser/directive_ascii.s:46
+TEST7:
+ .ascii "\x64"
----------------
0x64 is smaller than 0xff. Maybe we can have a test case for values bigger than that?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68483/new/
https://reviews.llvm.org/D68483
More information about the llvm-commits
mailing list