Thomas Munro <tmu...@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