Re: upcoming API changes for LLVM 12 - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: upcoming API changes for LLVM 12
Date
Msg-id CA+hUKGJdBfiZXvC_hGSr9vXTSyzrPysWmK7qs7bh8=9yrXV-9w@mail.gmail.com
Whole thread Raw
In response to upcoming API changes for LLVM 12  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Fri, Oct 16, 2020 at 2:12 PM Andres Freund <andres@anarazel.de> wrote:
> There will be a breaking API change for JIT related API in LLVM
> 12. Mostly about making control over various aspects easier, and then
> building on top of that providing new features (like JIT compiling in
> the background and making it easier to share JIT compiled output between
> processes).
>
> I've worked with Lang Hames to ensure that the new C API has feature
> parity...

Cool!

> I'd be inclined to add support for LLVM 12 to master soon, and then
> backpatch that support around LLVM 12's release.

+1.  I guess Fabien's animal "seawasp" will turn red next week.
Apparently it rebuilds bleeding edge LLVM weekly (though strangely
last week it went backwards... huh).



pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: [PATCH] We install pg_regress and isolationtester but not pg_isolation_regress
Next
From: Amit Kapila
Date:
Subject: Re: Logical replication CPU-bound with TRUNCATE/DROP/CREATE many tables