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:23
Message-ID: E1fhSOV-0001lW-3b@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
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-07-23 04:24:25 pgsql: LLVMJIT: Adapt to API changes in gdb and perf support.
Previous Message Tom Lane 2018-07-23 03:58:58 Re: Tips on committing