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 E1fhSOV-0001lW-3b@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
------
master

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

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: Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.
Next
From: Andres Freund
Date:
Subject: pgsql: LLVMJIT: Adapt to API changes in gdb and perf support.