Last LLVM build fail at FreeBSD nighttest

Just for information.

After root update OS from FreeBSD 5.1 to FreeBSD 5.3-RC1 at make.cc.rsu.ru

I don't rebuild LLVM C Frontend.

Last LLVM build fail (2004-10-30) is result this situation.

I update LLVM C Frontend and rerun manually nighttest script.

All ok now :slight_smile:

Also, I think, "X86: FreeBSD 5.1 (may not be run every day)" line

at http://llvm.cs.uiuc.edu/testresults/ can be update

to "X86: FreeBSD 5.3-RC1 -- debug build" now.

Valdimir

All ok now :slight_smile:

Great!

Also, I think, "X86: FreeBSD 5.1 (may not be run every day)" line
at http://llvm.cs.uiuc.edu/testresults/ can be update
to "X86: FreeBSD 5.3-RC1 -- debug build" now.

Done, thanks a lot!

-Chris

I plan on upgrading to 5.3 myself once it's officially released. Nice
to know there won't be any unpleasant surprises. I'm not surprised the
frontends needed rebuilding; gcc likes to make its own copy of some
system header files. It's why the Linux frontend binaries won't work on
FreeBSD, despite its Linux compatibility mode (as I found out the hard
way).