projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b19a7e3
)
Track LLVM 15 changes.
author
Thomas Munro
<
[email protected]
>
Mon, 14 Feb 2022 02:51:43 +0000
(15:51 +1300)
committer
Thomas Munro
<
[email protected]
>
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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/jit/llvm/llvmjit_inline.cpp
b/src/backend/jit/llvm/llvmjit_inline.cpp
index 42fce394ac3bf2a60711e740b02819c91186b64b..0e4ddc5d37af913827c09809ccc051be014ad840 100644
(file)
--- a/
src/backend/jit/llvm/llvmjit_inline.cpp
+++ b/
src/backend/jit/llvm/llvmjit_inline.cpp
@@
-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>
/*