Re: [PATCH] Fix build with LLVM 15 or above

From: Zhihong Yu <zyu(at)yugabyte(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Po-Chuan Hsieh <sunpoet(at)sunpoet(dot)net>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Fix build with LLVM 15 or above
Date: 2022-10-03 21:45:05
Message-ID: CALNJ-vSX1=ffMG4Z_EYazBbE7-THA3BmvOxkB5LsP9q_gPqDAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 3, 2022 at 2:41 PM Andres Freund <andres(at)anarazel(dot)de> wrote:

> Hi,
>
> On 2022-10-03 12:16:12 -0700, Andres Freund wrote:
> > I haven't yet run through the whole regression test with an assert
> enabled
> > llvm because an assert-enabled llvm is *SLOW*, but it got through the
> first
> > few parallel groups ok. Using an optimized llvm 15, all tests pass with
> > PGOPTIONS=-cjit_above_cost=0.
>
> That did pass. But to be able to use clang >= 15 one more piece is
> needed. Updated patch attached.
>
> Greetings,
>
> Andres Freund
>
Hi,

+ * When targetting an llvm version with opaque pointers enabled by

I think `targetting` should be spelled as targeting

Cheers

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nikita Malakhov 2022-10-03 22:02:19 Re: Pluggable toaster
Previous Message Andres Freund 2022-10-03 21:41:31 Re: [PATCH] Fix build with LLVM 15 or above