Re: PG11 jit failing on ppc64el - Mailing list pgsql-hackers

From Andres Freund
Subject Re: PG11 jit failing on ppc64el
Date
Msg-id 20180523205521.mdzwldqabriupiz5@alap3.anarazel.de
Whole thread Raw
In response to Re: PG11 jit failing on ppc64el  (Christoph Berg <myon@debian.org>)
Responses Re: PG11 jit failing on ppc64el  (Christoph Berg <myon@debian.org>)
List pgsql-hackers
On 2018-05-23 22:45:26 +0200, Christoph Berg wrote:
> Re: Andres Freund 2018-05-23 <38F42310-62AC-48B1-8A83-639B97E5FA81@anarazel.de>
> > >I've disabled --with-llvm on all platforms except amd64 i386 now. Will
> > >try talking to the llvm maintainers in Debian to see if we can get
> > >this fixed and have more coverage.
> > 
> > How about making that dependant on the llvm version being < 7?
> 
> It does work on x86 for <7, so the architecture would still need to be
> coded into debian/control and/or debian/rules. Also, we can't depend
> on "llvm (>= 7 if it exists)"...

What I meant was that I'd conditionally enable it for the other archs
when the version is >= 7.

Greetings,

Andres Freund


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Time to put context diffs in the grave
Next
From: Christoph Berg
Date:
Subject: Re: PG11 jit failing on ppc64el