mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
st/clover: Adapt to TargetLibraryInfo.h move in LLVM SVN r226078
Trivial.
This commit is contained in:
parent
0a0d2c9443
commit
a6a75f1286
1 changed files with 4 additions and 0 deletions
|
|
@ -56,7 +56,11 @@
|
|||
|
||||
|
||||
#include <llvm/IR/DataLayout.h>
|
||||
#if HAVE_LLVM >= 0x0307
|
||||
#include <llvm/Analysis/TargetLibraryInfo.h>
|
||||
#else
|
||||
#include <llvm/Target/TargetLibraryInfo.h>
|
||||
#endif
|
||||
#include <llvm/Target/TargetMachine.h>
|
||||
#include <llvm/Target/TargetOptions.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue