pgsql: LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV versio

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV versio
Date: 2018-08-24 17:34:42
Message-ID: E1ftFys-0000pw-9n@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-08-24 17:42:08 pgsql: Remove test for VA_ARGS, implied by C99.
Previous Message Andres Freund 2018-08-24 17:34:40 pgsql: LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV versio