mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Track LLVM 15 changes.
This isn't an API change, it's just a missing #include that we got away with before. Per buildfarm animal seawasp.
This commit is contained in:
@ -62,6 +62,7 @@ extern "C"
|
|||||||
#include <llvm/IR/ModuleSummaryIndex.h>
|
#include <llvm/IR/ModuleSummaryIndex.h>
|
||||||
#include <llvm/Linker/IRMover.h>
|
#include <llvm/Linker/IRMover.h>
|
||||||
#include <llvm/Support/ManagedStatic.h>
|
#include <llvm/Support/ManagedStatic.h>
|
||||||
|
#include <llvm/Support/MemoryBuffer.h>
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user