Re: pgsql: jit: Support opaque pointers in LLVM 16.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Munro <tmunro(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: jit: Support opaque pointers in LLVM 16.
Date: 2023-10-20 14:45:13
Message-ID: 3769409.1697813113@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Thomas Munro <tmunro(at)postgresql(dot)org> writes:
> jit: Support opaque pointers in LLVM 16.

I chanced to notice that the configure script (and meson too) is
still doing

PGAC_PROG_VARCC_VARFLAGS_OPT(CLANG, BITCODE_CFLAGS, [-Xclang -no-opaque-pointers])
PGAC_PROG_VARCXX_VARFLAGS_OPT(CLANGXX, BITCODE_CXXFLAGS, [-Xclang -no-opaque-pointers])

Shouldn't we remove that now?

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-10-20 16:28:56 pgsql: Extend ALTER OPERATOR to allow setting more optimization attribu
Previous Message Michael Paquier 2023-10-20 01:10:26 pgsql: Remove unnecessary dependencies to wal_level=logical in TAP test

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhijie Hou (Fujitsu) 2023-10-20 15:20:51 RE: [PoC] pg_upgrade: allow to upgrade publisher node
Previous Message David Wheeler 2023-10-20 13:49:35 Re: Patch: Improve Boolean Predicate JSON Path Docs