[LLVMdev] PowerPC : Assertion `MovePCtoLROffset & & " MovePCtoLR not seen yet?" ' failed.
Erik de Castro Lopo
mle+cl at mega-nerd.com
Sat Oct 30 19:31:58 PDT 2010
D. Johnson wrote:
> 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.
Confirmed. Configuring with:
./configure --host=ppc-unknown-linux-gnu --build=ppc-unknown-linux-gnu \
--target=ppc-unknown-linux-gnu
passed all tests.
> Configure script guessed ppc64.
I suspect that this is because you and I are both running 32 bit user space
on a 64 bit kernel. I'm running Debian Testing.
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
More information about the llvm-dev
mailing list