[llvm-commits] [PATCH] allow non-ASCII sys::Paths on UNIX platforms
Chris Lattner
clattner at apple.com
Sun Jul 12 12:01:56 PDT 2009
On Jul 12, 2009, at 8:54 AM, Benjamin Kramer wrote:
> 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().
Seems reasonable, I wonder if Path::isValid is actually useful or if
it should just be removed. In any case, applied in r75421.
-Chris
More information about the llvm-commits
mailing list