I'm seeing a bunch of LLVM test failures that look like this:
Exit Code: 1
Command Output (stderr):
I'm seeing a bunch of LLVM test failures that look like this:
Exit Code: 1
Command Output (stderr):
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
Just managed to reproduce this myself; looking...
-Eli