<div class="gmail_quote">On Fri, Jul 8, 2011 at 2:35 PM, Eli Friedman <span dir="ltr"><<a href="mailto:eli.friedman@gmail.com">eli.friedman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Fri, Jul 8, 2011 at 2:15 PM, Evan Cheng <<a href="mailto:evan.cheng@apple.com" class="cremed">evan.cheng@apple.com</a>> wrote:<br>
> r134741 should handle the non-x86 hosts. For the other cases, we should either fix tests or add specific CPUs to X86.td.<br>
<br>
</div>r134741 does't help at all.  Consider the case where we're compiling<br>
for a triple like x86_64-apple-macosx10.7.0, no CPU is specified, and<br>
we're on ARM.  We end up in 64-bit mode, but with cmov and SSE<br>
disabled.  Stuff explodes.</blockquote></div><br>I think I'm seeing this as well, 96 tests failing with: LLVM ERROR: SSE register return with SSE disabled<div><br></div><div>FWIW, I'm running these tests on a recent Intel processor host (westmere I think...)</div>