[LLVMdev] Nightly Test Failures

Chris Lattner sabre at nondot.org
Mon Jul 5 12:50:02 PDT 2004


On Mon, 5 Jul 2004, Reid Spencer wrote:

> Last night's nightly test has numerous new failures that can be
> attributed to the bug 122 changes. All these failures are related to the
> use of an outdated cfrontend build.  The simple solution is to recompile
> the cfrontend. I ran into this also when I was testing the changes. The
> problem is that the bytecode read/written by the cfrontend is using an
> incompatible (partially between 1.2 and 1.3) versions of the bytecode
> format.
>
> Here's what needs to be done on all the nightly test instances:
>
> In llvm directory:
> 1. cvs update
> 2. make tools-only
>
> In cfrontend directory
> 1. cvs update (might not be necessary)
> 2. make clean
> 3. make all-gcc
> 4. make all
> 5. make install
>
> In llvm directory
> 6. make install

BTW, in the llvm directory, in particular, make sure you go into the
llvm/runtime directory.  Then do a 'make clean' then 'make install' in it.

The failures on the X86/Debug nightly tester were due to me forgetting to
update libstdc++.  doh! :)

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/




More information about the llvm-dev mailing list