Re: pgsql: Track LLVM 15 changes. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Track LLVM 15 changes.
Date
Msg-id 3224284.1644965080@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Track LLVM 15 changes.  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: Track LLVM 15 changes.  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-committers
Andres Freund <andres@anarazel.de> writes:
> On 2022-02-16 09:18:53 +1300, Thomas Munro wrote:
>> Yeah I mentioned this problem in the other thread.  I got as far as
>> finding this write-up:
>> https://llvm.org/docs/OpaquePointers.html

> Given that major parts of llvm (clang alone contains ~1k references) aren't
> yet transitioned, I wonder if should silence them for now?

For my own part, I don't have any problem with just filtering these
warnings for now.  I don't need any buildfarm changes for that.

            regards, tom lane



pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Track LLVM 15 changes.
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Ensure that length argument of memcmp() isn't seen as negative.