[LLVMdev] Multiple failures on PowerPC64

Tim Northover t.p.northover at gmail.com
Sat Jul 13 09:03:12 PDT 2013


Hi,

> LLVM :: ExecutionEngine/test-shift.ll
>
> Any ideas?

Those tests are for the old JIT, and shouldn't be run at all on
PowerPC. The host_arch field in your lit.site.cfg (somewhere in the
build directory) is probably being set incorrectly.

I've seen this when LLVM is cross-compiled with CMake before. I had to
set CMAKE_SYSTEM_PROCESSOR in my toolchain file (in your case to
"PowerPC"). But your situation could be completely different, of
course.

So are you using autotools or CMake? And with what options?

Cheers.

Tim.



More information about the llvm-dev mailing list