st/clover: Adapt to TargetLibraryInfo.h move in LLVM SVN r226078
Trivial.
This commit is contained in:

committed by
Michel Dänzer

parent
0a0d2c9443
commit
a6a75f1286
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user