Re: clang 15 doesn't like our JIT code

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: clang 15 doesn't like our JIT code
Дата
Msg-id 3872729.1663358871@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: clang 15 doesn't like our JIT code  (Andres Freund <andres@anarazel.de>)
Ответы Re: clang 15 doesn't like our JIT code  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2022-09-16 11:40:46 -0400, Tom Lane wrote:
>> I suspect this is less about clang and more about LLVM APIs,
>> but anyway it seems like we gotta fix something.

> Yea, there's definitely a bunch of llvm 15 issues that need to be fixed - this
> particular failure is pretty easy to fix, but there's some others that are
> harder. They redesigned a fairly core part of the IR representation. Thomas
> has a WIP fix, I think.

I'm more and more getting the feeling that we're interfacing with LLVM
at too low a level, because it seems like our code is constantly breaking.
Do they just not have any stable API at all?

            regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: Pruning never visible changes
Следующее
От: Andres Freund
Дата:
Сообщение: Re: clang 15 doesn't like our JIT code