Re: LLVM 16 (opaque pointers) - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: LLVM 16 (opaque pointers)
Date
Msg-id CA+hUKGKnLnJnWrkr=4mSGhE5FuTK55FY15uULR7=zzc=wX4Nqw@mail.gmail.com
Whole thread Raw
In response to Re: LLVM 16 (opaque pointers)  (Ronan Dunklau <ronan.dunklau@aiven.io>)
Responses Re: LLVM 16 (opaque pointers)
List pgsql-hackers
I pushed the first patch, for LLVM 16, and the build farm told me that
some old LLVM versions don't like it.  The problem seems to be the
function LLVMGlobalGetValueType().  I can see that that was only added
to the C API in 2018, so it looks like I may need to back-port that
(trivial) wrapper into our own llvmjit_wrap.cpp for LLVM < 8.



pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: BRIN minmax multi - incorrect distance for infinite timestamp/date
Next
From: jian he
Date:
Subject: Re: More new SQL/JSON item methods