[llvm-commits] [PATCH] allow non-ASCII sys::Paths on UNIX platforms

Benjamin Kramer benny.kra at googlemail.com
Sun Jul 12 08:54:44 PDT 2009


UNIX paths can contain non-ASCII characters, so Path::isValid() should  
not reject paths with such characters in them. The attached patch  
removes the check from Path::isValid().

-------------- next part --------------
A non-text attachment was scrubbed...
Name: nonasciipathunix.patch
Type: application/octet-stream
Size: 559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090712/05fa8e1d/attachment.obj>
-------------- next part --------------



More information about the llvm-commits mailing list