<div dir="ltr">Hi,<div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jul 13, 2013 at 6:03 PM, Tim Northover <span dir="ltr"><<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
> LLVM :: ExecutionEngine/test-shift.ll<br>
><br>
> Any ideas?<br>
<br>
Those tests are for the old JIT, and shouldn't be run at all on<br>
PowerPC. The host_arch field in your lit.site.cfg (somewhere in the<br>
build directory) is probably being set incorrectly.<br>
<br>
I've seen this when LLVM is cross-compiled with CMake before. I had to<br>
set CMAKE_SYSTEM_PROCESSOR in my toolchain file (in your case to<br>
"PowerPC"). But your situation could be completely different, of<br>
course.<br>
<br>
So are you using autotools or CMake? And with what options?<br></blockquote><div><br></div><div>Using cmake, looks like it sets host_arch as ppc64 and hence the lit fails to parse it as PowerPC I guess. Will do more debugging and report.</div>
<div><br></div><div>Thanks.</div><div> </div></div></div></div>