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