pgsql: LLVMJIT: Fix LLVM build for LLVM > 7.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: LLVMJIT: Fix LLVM build for LLVM > 7.
Date: 2018-07-23 04:24:25
Message-ID: E1fhSOX-0001m0-4E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

LLVMJIT: Fix LLVM build for LLVM > 7.

The location of LLVMAddPromoteMemoryToRegisterPass moved.

Author: Andres Freund
Backpatch: 11, where LLVM based JIT support was added.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9820f5c41edfd17abc4faab80e54bbd933817d01

Modified Files
--------------
src/backend/jit/llvm/llvmjit.c | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-07-23 16:03:10 pgsql: pgbench: Remove duplicate entries from table of builtin function
Previous Message Andres Freund 2018-07-23 04:24:23 pgsql: LLVMJIT: Adapt to API changes in gdb and perf support.