[LLVMdev] PowerPC : Assertion `MovePCtoLROffset & & " MovePCtoLR not seen yet?" ' failed.

Török Edwin edwintorok at gmail.com
Thu Nov 4 08:46:08 PDT 2010


On Sun, 31 Oct 2010 13:31:58 +1100
Erik de Castro Lopo <mle+cl at mega-nerd.com> wrote:

> 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.

I've seen this problem too, with same situation (64 kernel, 32
userspace). Looks like configure is wrong about the target?

Best regards,
--Edwin



More information about the llvm-dev mailing list