[LLVMdev] Mangling of UTF-8 characters in symbol names

Sean Hunt scshunt at csclub.uwaterloo.ca
Sun Apr 1 19:28:19 PDT 2012


On Sat, Mar 31, 2012 at 19:05, Eli Friedman <eli.friedman at gmail.com> wrote:
> Err, yes... LLVM IR already has a scheme for handling this safely.
>
> -Eli

GCC's assembly output simply has the UTF-8 put in with no changes.

I think that we should do this by default, and if this causes
problems, come up with a setting (possibly in the target?) to control
how we encode Unicode on other platforms.

Sean



More information about the llvm-dev mailing list