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.
pull/77/head
Thomas Munro 4 years ago
parent b19a7e392a
commit 0052fb4890
  1. 1
      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>
/*

Loading…
Cancel
Save