]> git.ipfire.org Git - thirdparty/postgresql.git/commit
llvmjit: Fix building against LLVM 11 by removing unnecessary include.
authorAndres Freund <andres@anarazel.de>
Thu, 28 May 2020 22:08:12 +0000 (15:08 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 28 May 2020 22:25:20 +0000 (15:25 -0700)
commitc001c115bcb2accddc23a25c605886e01475db4f
tree16c0124c0aabcbe7a01fc0ab3a72a013007f6ae5
parent49a00e07c534d0d4378d40b6240e061640051304
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@gmail.com>
Discussion: https://postgr.es/m/CAGf+fX7bvtP0YXMu7pOsu_NwhxW6dArTkxb=jt7M2-UJkyJ_3g@mail.gmail.com
Backpatch: 11, where JIT support using llvm was introduced.
src/backend/jit/llvm/llvmjit_inline.cpp