Implement support for hexadecimal escape sequences to match how GNU 'as'
handles them. I.e., read all hexadecimal characters and truncate to the
lower 16 bits.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/test/MC/AsmParser/directive_ascii.s | ||
---|---|---|
46 ↗ | (On Diff #223666) | 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? |
llvm/test/MC/AsmParser/directive_ascii.s | ||
---|---|---|
46 ↗ | (On Diff #223666) | Test cases added at r374124. |