[LLVMdev] nightly tester grawp
Reid Spencer
rspencer at reidspencer.com
Sat Dec 30 08:18:22 PST 2006
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.
Reid.
On Sat, 2006-12-30 at 08:37 -0500, Nick Lewycky wrote:
> Jim Laskey wrote:
> > llvm[4]: Compiling stacker_rt.ll to stacker_rt.bc for Release build
> > (bytecode)
> > /Volumes/Muggles/LLVM/nightlytest/build/llvm/Release/bin/gccas: /
> > Volumes/Muggles/LLVM/nightlytest/build/llvm/projects/Stacker/lib/
> > runtime/Release/stacker_rt.ll:21,0: parse error, expecting `LOAD' or
> > `STORE'
> > /Volumes/Muggles/LLVM/nightlytest/build/llvm/projects/Stacker/lib/
> > runtime/Release/stacker_rt.ll:21: while reading token: 's'
>
> I can confirm that I'm seeing this on Linux, every time I build. I just
> ignore it. Presumably stacker needs to be run through llvm-upgrade?
>
> Nick
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list