Re: Spelling change in LLVM 14 API

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Spelling change in LLVM 14 API
Дата
Msg-id CA+hUKG+aGPBkBT5_4czkvzMu6-D+JgPaVL7mX_WBPXgGRndtXA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Spelling change in LLVM 14 API  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-hackers
On Tue, Oct 26, 2021 at 2:21 PM Thomas Munro <thomas.munro@gmail.com> wrote:
> Here's one like that.  The previous message "Track LLVM 14 API
> changes" didn't seem too scalable so I added date and commit ID.

seawasp finally caught up with these LLVM changes and turned red.  I
retested the patch against this week's LLVM locally.  New version also
adds #include <new>, for the definition of std::new_handler, which g++
is now complaining about in llvmjit_error.cpp.

Since then, the LLVM 14 headers have started spewing deprecation
notices about LLVMBuildStructGEP, LLVMBuildLoad, LLVMBuildCall.  The
warnings say things like "Use LLVMBuildStructGEP2 instead to support
opaque pointers", and the -2 variants need a new argument that takes
an extra LLVMTypeRef argument, but I didn't look further...

Вложения

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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Error "initial slot snapshot too large" in create replication slot
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Latest LLVM breaks our code again