[Mesa-dev] [PATCH] clover: Fix build against clang SVN >= r273191
Vedran Miletić
vedran at miletic.net
Tue Jun 21 07:46:07 UTC 2016
On 06/21/2016 03:13 AM, Michel Dänzer wrote:
> On 21.06.2016 08:17, Vedran Miletić wrote:
>> setLangDefaults() now requires PreprocessorOptions as an argument.
>> ---
>> src/gallium/state_trackers/clover/llvm/invocation.cpp | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp b/src/gallium/state_trackers/clover/llvm/invocation.cpp
>> index e2cadda..57eaaaa 100644
>> --- a/src/gallium/state_trackers/clover/llvm/invocation.cpp
>> +++ b/src/gallium/state_trackers/clover/llvm/invocation.cpp
>> @@ -207,7 +207,7 @@ namespace {
>> c.getDiagnosticOpts().ShowCarets = false;
>> c.getInvocation().setLangDefaults(c.getLangOpts(), clang::IK_OpenCL,
>> #if HAVE_LLVM >= 0x0309
>> - llvm::Triple(triple),
>> + llvm::Triple(triple), c.getPreprocessorOpts(),
>> #endif
>> clang::LangStandard::lang_opencl11);
>> c.createDiagnostics(
>>
>
> Pushed, thanks!
>
>
> P.S. I recommend adding your Signed-off-by for patches you want to be
> applied.
>
Will do. Thanks for explaining what that is used for.
Regards,
Vedran
--
Vedran Miletić
vedran.miletic.net
More information about the mesa-dev
mailing list