llvmjit: Fix building against LLVM 11 by removing unnecessary include.
authorAndres Freund
Thu, 28 May 2020 22:08:12 +0000 (15:08 -0700)
committerAndres Freund
Thu, 28 May 2020 22:25:15 +0000 (15:25 -0700)
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 
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

index 688edfe52542436d962c007af4daa69bfdae8a60..9c60d58696bf0af5fce88c30f731ca7f17ad8912 100644 (file)
@@ -56,7 +56,6 @@ extern "C"
 #include 
 #endif
 #include 
-#include 
 #include 
 #include 
 #include