Track LLVM 15 changes.
authorThomas Munro <tmunro@postgresql.org>
Mon, 14 Feb 2022 02:51:43 +0000 (15:51 +1300)
committerThomas Munro <tmunro@postgresql.org>
Mon, 14 Feb 2022 02:51:43 +0000 (15:51 +1300)
This isn't an API change, it's just a missing #include that we got away
with before.  Per buildfarm animal seawasp.

src/backend/jit/llvm/llvmjit_inline.cpp

index 42fce394ac3bf2a60711e740b02819c91186b64b..0e4ddc5d37af913827c09809ccc051be014ad840 100644 (file)
@@ -62,6 +62,7 @@ extern "C"
 #include <llvm/IR/ModuleSummaryIndex.h>
 #include <llvm/Linker/IRMover.h>
 #include <llvm/Support/ManagedStatic.h>
+#include <llvm/Support/MemoryBuffer.h>
 
 
 /*