Re: LLVM breakage on seawasp

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org,Thomas Munro <thomas(dot)munro(at)gmail(dot)com>,pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: LLVM breakage on seawasp
Date: 2019-08-24 21:39:32
Message-ID: 8051E08B-5D40-4DF7-8E86-CD17B6510227@anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On August 24, 2019 2:37:55 PM PDT, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>Andres Freund <andres(at)anarazel(dot)de> writes:
>> On August 24, 2019 1:57:56 PM PDT, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
>wrote:
>>> So we're depending on APIs that upstream doesn't think are stable?
>
>> Seawasp iirc builds against the development branch of llvm, which
>explains why we see failures there. Does that address what you are
>concerned about? If not, could you expand?
>
>I know it's the development branch. The question is whether this
>breakage is something *they* ought to be fixing. If not, I'm
>worried that we're too much in bed with implementation details
>of LLVM that we shouldn't be depending on.

Don't think so - it's a C++ standard feature in the version of the standard LLVM is based on. So it's pretty reasonable for them to drop their older backwards compatible function.

Access
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2019-08-24 21:46:54 Re: LLVM breakage on seawasp
Previous Message Tom Lane 2019-08-24 21:37:55 Re: LLVM breakage on seawasp