From: Michel Dänzer Date: Thu, 15 Jan 2015 03:57:05 +0000 (+0900) Subject: st/clover: Adapt to TargetLibraryInfo.h move in LLVM SVN r226078 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6a75f1286e1a2e7a0fb856849802b40474c6336;p=mesa.git st/clover: Adapt to TargetLibraryInfo.h move in LLVM SVN r226078 Trivial. --- diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp b/src/gallium/state_trackers/clover/llvm/invocation.cpp index 5265d10330d..6cc07b254a6 100644 --- a/src/gallium/state_trackers/clover/llvm/invocation.cpp +++ b/src/gallium/state_trackers/clover/llvm/invocation.cpp @@ -56,7 +56,11 @@ #include +#if HAVE_LLVM >= 0x0307 +#include +#else #include +#endif #include #include