pgsql: LLVMJIT: Fix LLVM build for LLVM > 7. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: LLVMJIT: Fix LLVM build for LLVM > 7.
Date
Msg-id E1fhSOX-0001m0-4E@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: LLVMJIT: Fix LLVM build for LLVM > 7.
Next
From: Robert Haas
Date:
Subject: pgsql: pgbench: Remove duplicate entries from table of builtinfunction