| From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
|---|---|
| To: | Ronan Dunklau <ronan(dot)dunklau(at)aiven(dot)io> |
| Cc: | Devrim Gündüz <devrim(at)gunduz(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, Andres Freund <andres(at)anarazel(dot)de>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com> |
| Subject: | Re: LLVM 16 (opaque pointers) |
| Date: | 2023-10-18 12:06:11 |
| Message-ID: | CA+hUKGKtUB=-BQZd=u4BFZ-UJWi47fekwiYMSDXDZMyV+z1G-g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Thu, Oct 19, 2023 at 12:02 AM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> 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.
Concretely something like the attached should probably fix it, but
it'll take me a little while to confirm that...
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Supply-missing-LLVMGlobalGetValueType-for-LLVM-8.patch | application/octet-stream | 1.7 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2023-10-18 12:39:03 | Re: The danger of deleting backup_label |
| Previous Message | jian he | 2023-10-18 11:19:54 | Re: More new SQL/JSON item methods |