[LLVMdev] no build, no joy
Scott Michel
scottm at rushg.aero.org
Fri Feb 1 18:52:07 PST 2008
Mike Stump wrote:
> On Jan 30, 2008, at 2:10 PM, Mike Stump wrote:
>
>>/Volumes/mrs5/net/llvm/llvm-build/lib/Target/CellSPU/
>>SPUGenDAGISel.inc: In member function ‘llvm::SDNode*
>>SPUDAGToDAGISel::Emit_5(const llvm::SDOperand&, unsigned int, unsigned
>>int, llvm::MVT::ValueType, llvm::MVT::ValueType)’:
>
>
> Merely rming the file makes it work again. Would be nice if the rules
> were always incremental clean...
Mike:
Actually, there was a tblgen bug fix where tblgen was gratuitously
renaming variables when it hadn't actually created a temporary (see bug
1951.) Tmp2 is obviously never created.
Not sure why SPUGenDAGISel.inc didn't get rebuilt (it's tblgen-ed).
-scooter
More information about the llvm-dev
mailing list