mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-17 23:40:29 +01:00
gallivm: fix build with LLVM 15
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15095>
This commit is contained in:
parent
7893192613
commit
7ec8a3205e
1 changed files with 3 additions and 0 deletions
|
|
@ -64,6 +64,9 @@
|
|||
#include <llvm/Support/PrettyStackTrace.h>
|
||||
#include <llvm/ExecutionEngine/ObjectCache.h>
|
||||
#include <llvm/Support/TargetSelect.h>
|
||||
#if LLVM_VERSION_MAJOR >= 15
|
||||
#include <llvm/Support/MemoryBuffer.h>
|
||||
#endif
|
||||
|
||||
#if LLVM_VERSION_MAJOR < 11
|
||||
#include <llvm/IR/CallSite.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue