| Issue |
165499
|
| Summary |
MCParser/AsmParser.cpp doesn't support the `.base64` directive
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
kenballus
|
Starting in version 15, GCC emits a `.base64` directive instead of `.string` or `.ascii` for char arrays of length `>= 3`.
See [this godbolt link](https://godbolt.org/z/ebhe3oenv) for an exmaple.
We should probably add support for this in AsmParser so that we aren't incompatible with a large proportion of GCC output.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs