From: Michel Dänzer Date: Tue, 5 Apr 2016 06:43:35 +0000 (+0900) Subject: clover: Fix build against clang SVN >= r265359 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0daab9878d2b96356cf667591a2c877d912be52d;p=mesa.git clover: Fix build against clang SVN >= r265359 Signed-off-by: Michel Dänzer Reviewed-by: Tom Stellard --- diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp b/src/gallium/state_trackers/clover/llvm/invocation.cpp index 4d11c2477c7..3fb35969a81 100644 --- a/src/gallium/state_trackers/clover/llvm/invocation.cpp +++ b/src/gallium/state_trackers/clover/llvm/invocation.cpp @@ -206,6 +206,9 @@ namespace { // http://www.llvm.org/bugs/show_bug.cgi?id=19735 c.getDiagnosticOpts().ShowCarets = false; c.getInvocation().setLangDefaults(c.getLangOpts(), clang::IK_OpenCL, +#if HAVE_LLVM >= 0x0309 + llvm::Triple(triple), +#endif clang::LangStandard::lang_opencl11); c.createDiagnostics( new clang::TextDiagnosticPrinter(