Re: FYI: LLVM Runtime Crash

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: FYI: LLVM Runtime Crash
Дата
Msg-id 67882E74-8839-47D8-8623-64C7B251EEC8@justatheory.com
обсуждение исходный текст
Ответ на Re: FYI: LLVM Runtime Crash  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Jun 17, 2024, at 16:37, Andres Freund <andres@anarazel.de> wrote:

> I suspect the issue might be that the version of clang and LLVM are diverging
> too far. Does it work if you pass CLANG=/opt/homebrew/opt/llvm/bin/clang to
> configure?

It does! It didn’t occur to me this would be the issue, but I presumes /usr/bin/clang is not compatible with the latest
LLVMinstalled from Homebrew. Interesting! I’ll update that issue. 

Thanks,

David




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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: FYI: LLVM Runtime Crash
Следующее
От: John H
Дата:
Сообщение: Re: Addressing SECURITY DEFINER Function Vulnerabilities in PostgreSQL Extensions