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

Andres Freund <andres@anarazel.de>

Commit: c001c115bcb2accddc23a25c605886e01475db4f
Author: Andres Freund <andres@anarazel.de>
Date: 2020-05-28T22:25:20Z
Releases: 11.9
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.

Files

PathChange+/−
src/backend/jit/llvm/llvmjit_inline.cpp modified +0 −1

Discussion