Re: FYI: LLVM Runtime Crash

From: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: FYI: LLVM Runtime Crash
Date: 2024-06-17 20:48:29
Message-ID: 67882E74-8839-47D8-8623-64C7B251EEC8@justatheory.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Jun 17, 2024, at 16:37, Andres Freund <andres(at)anarazel(dot)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 LLVM installed from Homebrew. Interesting! I’ll update that issue.

Thanks,

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message John H 2024-06-17 21:05:37 Re: Addressing SECURITY DEFINER Function Vulnerabilities in PostgreSQL Extensions
Previous Message Andres Freund 2024-06-17 20:37:21 Re: FYI: LLVM Runtime Crash