[LLVMdev] misc CVS patches
Reid Spencer
reid at x10sys.com
Wed Apr 20 19:56:56 PDT 2005
On Wed, 2005-04-20 at 10:55 -0500, Misha Brukman wrote:
> > > I also applied your patch to ignore dangling symlinks.
> >
> > Fine, so http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=543 can be closed.
>
> As per Reid's comment, I'll leave it open until this issue is resolved:
>
> 3. Figure out why ThrowErrno isn't appending the standard operating
> system error message that would tell us why the status couldn't be
> obtained.
I've committed a patch to Path.inc that (hopefully) resolves this
situation. I believe the assignment to errno was not working because its
a macro on some platforms. In any event, this is hard to test because
you have to create error situations in the file system. I'll get there
someday but its not a large enough issue to warrant significant time
investment. I also cleaned up the error messages so they all have a
similar format.
Bug 543 is resolved as a consequence.
Reid.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050420/f8ec72a1/attachment.html>
-------------- 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/20050420/f8ec72a1/attachment.sig>
More information about the llvm-dev
mailing list