Re: pgsql: jit: Support opaque pointers in LLVM 16. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: jit: Support opaque pointers in LLVM 16.
Date
Msg-id 3769409.1697813113@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: jit: Support opaque pointers in LLVM 16.  (Thomas Munro <tmunro@postgresql.org>)
List pgsql-committers
Thomas Munro <tmunro@postgresql.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



pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Remove unnecessary dependencies to wal_level=logical in TAP test
Next
From: Tom Lane
Date:
Subject: pgsql: Extend ALTER OPERATOR to allow setting more optimization attribu