jit: Require at least LLVM 10.
authorThomas Munro <tmunro@postgresql.org>
Thu, 25 Jan 2024 02:23:04 +0000 (15:23 +1300)
committerThomas Munro <tmunro@postgresql.org>
Thu, 25 Jan 2024 02:42:34 +0000 (15:42 +1300)
commit820b5af73dcc6a5d0db6a98a62a6b859e5d107b6
treecc46c2147142da3b000398e001ea2315ff3e298e
parent729439607ad210dbb446e31754e8627d7e3f7dda
jit: Require at least LLVM 10.

Remove support for older LLVM versions.  The default on common software
distributions will be at least LLVM 10 when PostgreSQL 17 ships.

Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/CA%2BhUKGLhNs5geZaVNj2EJ79Dx9W8fyWUU3HxcpZy55sMGcY%3DiA%40mail.gmail.com
config/llvm.m4
configure
doc/src/sgml/installation.sgml
meson.build
src/backend/jit/llvm/llvmjit.c
src/backend/jit/llvm/llvmjit_error.cpp
src/backend/jit/llvm/llvmjit_expr.c
src/backend/jit/llvm/llvmjit_inline.cpp
src/backend/jit/llvm/llvmjit_wrap.cpp
src/include/jit/llvmjit.h
src/include/pg_config.h.in