[LLVMdev] LLVM supports Unicode?

Nick Lewycky nicholas at mxc.ca
Sat Aug 27 13:57:33 PDT 2011


geovanisouza92 at gmail.com wrote:
> Hi everyone!
>
> LLVM supports Unicode?
>
> Is possible adapt LLVM to support Unicode? What problems can happen on
> try this?

Value names can be any sequence of bytes, even including nulls. LLVM 
itself does not have any particular support for Unicode, or for any 
encoding except ASCII.

Nick



More information about the llvm-dev mailing list