pgsql: llvmjit: Fix building against LLVM 11 by removing unnecessary in

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: llvmjit: Fix building against LLVM 11 by removing unnecessary in
Date: 2020-05-28 22:26:07
Message-ID: E1jeQyV-0008KP-KM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

llvmjit: Fix building against LLVM 11 by removing unnecessary include.

LLVM has removed this header, in the branch that will become llvm
11. But as it turns out we didn't actually need it, so just remove it.

Author: Jesse Zhang <sbjesse(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAGf+fX7bvtP0YXMu7pOsu_NwhxW6dArTkxb=jt7M2-UJkyJ_3g@mail.gmail.com
Backpatch: 11, where JIT support using llvm was introduced.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/59e390cac97555e54457874ef27092012cb48b18

Modified Files
--------------
src/backend/jit/llvm/llvmjit_inline.cpp | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2020-05-28 22:26:10 pgsql: llvmjit: Fix building against LLVM 11 by removing unnecessary in
Previous Message Andres Freund 2020-05-28 22:26:04 pgsql: llvmjit: Fix building against LLVM 11 by removing unnecessary in