[LLVMdev] lib/System Changes
Reid Spencer
reid at x10sys.com
Sat Sep 11 13:19:14 PDT 2004
Jeff,
Thanks for reporting this. It has been fixed in CVS head. It affected
four other platforms as well (cut and paste problem).
Reid.
On Sat, 2004-09-11 at 13:08, Jeff Cohen wrote:
> There is a typo that breaks FreeBSD:
>
> Compiling Memory.cpp
> In file included from /usr/home/llvm/lib/System/Memory.cpp:28:
> /usr/home/llvm/obj/lib/System/platform/Memory.cpp: In static member function `static void llvm::sys::Memory::ReleaseRWX(llvm::sys::Memory&)':
> /usr/home/llvm/obj/lib/System/platform/Memory.cpp:47: error: `sterror' undeclared (first use this function)
> /usr/home/llvm/obj/lib/System/platform/Memory.cpp:47: error: (Each undeclared identifier is reported only once for each function it appears in.)
>
> "sterror" should, of course, be "strerror".
>
>
> On Sat, 11 Sep 2004 00:13:01 -0700
> Reid Spencer <reid at x10sys.com> wrote:
>
> > Folks,
> >
> > I have recently committed several lib/System changes. As with previous
> > commits, the changes work on Linux but for other platforms I'm only
> > "guessing" at the implementation based on available documentation. Your
> > mileage might vary. If this breaks compilation on your platform, please
> > correct the implementation and check it in or submit patches to me and
> > I'll check it in.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- 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/20040911/deb97050/attachment.sig>
More information about the llvm-dev
mailing list