[LLVMdev] Test Failures

Eli Friedman eli.friedman at gmail.com
Fri Jul 8 09:46:29 PDT 2011


On Fri, Jul 8, 2011 at 9:13 AM, David Greene <dag at cray.com> wrote:
> I'm seeing a bunch of LLVM test failures that look like this:
>
> Exit Code: 1
> Command Output (stderr):
> --
> LLVM ERROR: SSE register return with SSE disabled
>
> Anyone else seeing this?

That message means you're on 64-bit with SSE2 turned off.  Probably
fallout from recent target-feature work, but none of the builders show
any issues; can you give more info?

-Eli



More information about the llvm-dev mailing list