[llvm] r328711 - [ORC] Restore the narrower check from before r328687.

Andres Freund via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 28 11:53:41 PDT 2018


On 2018-03-28 15:58:14 -0000, Lang Hames via llvm-commits wrote:
> Author: lhames
> Date: Wed Mar 28 08:58:14 2018
> New Revision: 328711
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=328711&view=rev
> Log:
> [ORC] Restore the narrower check from before r328687.
> 
> This should get the builders green again while I investigate why r328706 was
> insufficient.

I'm building on aarch64 (slow machine tho) and ppc64le (fast, but need
to build cmake etc myself because the distribution is too old), trying
to reproduce the error.  From looking at labs it appears to work on at
least some ppc64 machines, some aarch64, but *not* plain arm.

A bit of grepping also shows that target JIT support appears to be set
incorrectly, or doesn't mean what I thought it does. Sparc, BPF (?),
Nios2, claim JIT support, but don't appear to have relocation support?

Doesn't explain 32 bit arm failures though.

Greetings,

Andres Freund


More information about the llvm-commits mailing list