[LLVMdev] PowerPC : Assertion `MovePCtoLROffset && "MovePCtoLR not seen yet?"' failed.
D. Johnson
djohnson_1024 at att.net
Fri Oct 29 23:50:15 PDT 2010
Erik de Castro Lopo <mle+cl <at> mega-nerd.com> writes:
>
> Hi all,
>
> I'm compiling current SVN HEAD on Linux/x86. The tests are failing
> on PowerPC due to the following assertion failure :
>
> JITTests: PPCCodeEmitter.cpp:152: unsigned int<unnamed>::PPCCodeEmitter::
> getMachineOpValue(const llvm::MachineInstr&, const llvm::MachineOperand&)
> const: Assertion `MovePCtoLROffset && "MovePCtoLR not seen yet?"' failed.
>
> Is anyone working on the PowerPC backend?
>
> Erik
I added build, host, target = ppc-unknown-linux-gnu and enabled libffi. One of
hese gets rid of the assert errors. I'm guessing the B,H,T addition. Configure
script guessed ppc64.
More information about the llvm-dev
mailing list