[LLVMdev] nightly tester grawp
Chris Lattner
sabre at nondot.org
Sat Dec 30 11:53:57 PST 2006
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?
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-dev
mailing list