Re: pgsql: Track LLVM 15 changes.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Track LLVM 15 changes.
Дата
Msg-id 3224284.1644965080@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Track LLVM 15 changes.  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgsql: Track LLVM 15 changes.  (Thomas Munro <thomas.munro@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Track LLVM 15 changes.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Ensure that length argument of memcmp() isn't seen as negative.