Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 592408
Collapse All | Expand All

(-)mesa-12.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp.orig (-1 / +1 lines)
Lines 207-213 Link Here
207
      c.getDiagnosticOpts().ShowCarets = false;
207
      c.getDiagnosticOpts().ShowCarets = false;
208
      c.getInvocation().setLangDefaults(c.getLangOpts(), clang::IK_OpenCL,
208
      c.getInvocation().setLangDefaults(c.getLangOpts(), clang::IK_OpenCL,
209
#if HAVE_LLVM >= 0x0309
209
#if HAVE_LLVM >= 0x0309
210
                                        llvm::Triple(triple),
210
                                        llvm::Triple(triple), c.getPreprocessorOpts(),
211
#endif
211
#endif
212
                                        clang::LangStandard::lang_opencl11);
212
                                        clang::LangStandard::lang_opencl11);
213
      c.createDiagnostics(
213
      c.createDiagnostics(

Return to bug 592408