[PATCH] D68483: [IA] Recognize hexadecimal escape sequences
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 14:49:19 PDT 2019
void added a comment.
In D68483#1697207 <https://reviews.llvm.org/D68483#1697207>, @thakis wrote:
> I reverted this in r373898 since MC/AsmParser/directive_ascii.s failed on bots. I didn't look into it, but maybe it's because there's no bounds checking on the `i + 1` index.
Doh! Asserts weren't turned on in my build tree. Fixed in D68598 <https://reviews.llvm.org/D68598>. Very sorry for the breakage.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68483/new/
https://reviews.llvm.org/D68483
More information about the llvm-commits
mailing list