- lib/MC/MCAsmStreamer.cpp: Print '\v' as the escaped sequence.
- lib/MC/MCParser/AsmParser.cpp: Add '\v' to the escaped characters list.
- test/MC/AsmParser/directive_ascii.s: Update escaped characters test.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Is this a gas feature. It is not listed in
https://sourceware.org/binutils/docs/as/Strings.html#Strings.
Cheers,
Rafael
Comment Actions
Indeed, my bad. I just noticed that none of those extensions are implemented.
I'll drop the patch.
Thanks,
Francis