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:40
Message-ID: E1ftFyq-0000pa-Vw@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cb92520563834577d3afbbedcc0df4ee0aac3445

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:34:42 pgsql: LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV versio
Previous Message Tom Lane 2018-08-24 14:51:39 pgsql: Suppress uninitialized-variable warning in new SCRAM code.