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