[LLVMdev] Still Trying to Build on MINGW
Reid Spencer
reid at x10sys.com
Sat May 6 18:41:10 PDT 2006
On Sat, 2006-05-06 at 17:17 -0700, Jeff Cohen wrote:
> The constructor for Path validates the path, period. It doesn't know or
> care whether the path is ever handed to the OS. An invariant for Path
> dictates that it always has a valid path.
Just to be pedantic about it and so everyone understands, the invariant
is that a Path always has either an empty or a *syntactically* valid
path. The corresponding file or directory does not have to exist.
Reid.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060506/593417c1/attachment.sig>
More information about the llvm-dev
mailing list