Re: Vendor LLVM 4.0.

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: Vendor LLVM 4.0.
Date: 2017-04-01 14:09:41
Message-ID: CAB7nPqQzgYRwcaCGf+8gngUZ30xpSjrsAd=9dPSEBM615XFg8w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Sat, Apr 1, 2017 at 5:27 PM, Thomas Munro
<thomas(dot)munro(at)enterprisedb(dot)com> wrote:
> On Sat, Apr 1, 2017 at 8:41 PM, Andres Freund <andres(at)anarazel(dot)de> wrote:
>> For the upcoming JIT support LLVM is required. To avoid issues with
>> having to support multiple LLVM versions, add a vendored version of
>> LLVM.
>>
>> The large size of LLVM makes this not great, but I think it's better
>> than the alternatives. And I'll forever have the most lines added to
>> postgres.
>>
>> Author: Andres Freund
>> Discussion: http://postgr.es/m/20161206034955.bh33paeralxbtluv@alap3.anarazel.de
>>
>> Branch
>> ------
>> master
>>
>> Details
>> -------
>> http://git.postgresql.org/pg/commitdiff/d31084e9d1118b25fd16580d9d8c2924b5740dff
>
> This has broken VAX build farm members "poisson" and "davril". One
> minor nitpick, I think it needs to rewritten in C so that pgindent can
> handle it.

That may not be the only problem. So this has been committed but it is
not present in the tree?
--
Michael

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-04-01 14:21:27 Re: Vendor LLVM 4.0.
Previous Message Christoph Berg 2017-04-01 10:24:45 Re: pgsql: Try to fix breakage of sepgsql hooks by ENR patch.