pgsql: LLVMJIT: LLVMGetHostCPUFeatures now is upstream,use LLMV versio - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: LLVMJIT: LLVMGetHostCPUFeatures now is upstream,use LLMV versio
Date
Msg-id E1ftFys-0000pw-9n@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.

Noticed thanks to buildfarm animal seawasp.

Author: Andres Freund
Backpatch: v11-, where LLVM based JIT compliation was introduced.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/24f127b0042e6bd70e3076cfe0cf13e3bc481037

Modified Files
--------------
config/llvm.m4                        |  2 +-
configure                             | 11 +++++++++++
src/backend/jit/llvm/llvmjit_wrap.cpp |  2 ++
src/include/jit/llvmjit.h             |  2 ++
src/include/pg_config.h.in            |  4 ++++
src/include/pg_config.h.win32         |  4 ++++
6 files changed, 24 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: LLVMJIT: LLVMGetHostCPUFeatures now is upstream,use LLMV versio
Next
From: Andres Freund
Date:
Subject: pgsql: Remove test for VA_ARGS, implied by C99.