[LLVMdev] nightly tester grawp
Reid Spencer
rspencer at reidspencer.com
Sat Dec 30 11:17:02 PST 2006
On Sat, 2006-12-30 at 11:53 -0800, Chris Lattner wrote:
> On Sat, 30 Dec 2006, Reid Spencer wrote:
> > You all just need remove "stacker_rt.ll". the stacker_rt.ll is a
> > generated file, not source. The Makefile should have a dependency on
> > llvm-gcc for it, but doesn't. Just remove stacker_rt.ll and the problem
> > will go away.
>
> This presumably doesn't impact the testers, as they start from a clean
> build every night. The testers are failing because the CFE's need to be
> rebuilt so they output proper .ll files. Reid, can you change the
> makefile rule to use "llvm-gcc -S -emit-llvm -o - | llvm-upgrade > $@" or
> the equivalent?
Which makefile rule?
>
> -Chris
>
More information about the llvm-dev
mailing list