postgresql/src/backend/jit/llvm
Andres Freund 6a4a335b84 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.
2020-05-28 15:24:28 -07:00
..
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
llvmjit.c jit: Reference expression step functions via llvmjit_types. 2020-02-06 22:29:14 -08:00
llvmjit_deform.c Introduce macros for typalign and typstorage constants. 2020-03-04 10:34:25 -05:00
llvmjit_error.cpp Update copyrights for 2020 2020-01-01 12:21:45 -05:00
llvmjit_expr.c Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
llvmjit_inline.cpp llvmjit: Fix building against LLVM 11 by removing unnecessary include. 2020-05-28 15:24:28 -07:00
llvmjit_types.c jit: Reference expression step functions via llvmjit_types. 2020-02-06 22:29:14 -08:00
llvmjit_wrap.cpp Update copyrights for 2020 2020-01-01 12:21:45 -05:00