Re: [Mesa-dev] [PATCH v2] clover: Fix build after clang r367864

2019-08-06 Thread Jan Vesely
On Tue, 2019-08-06 at 21:39 -0500, Aaron Watry wrote: > I had come up with an almost identical patch last night, but hadn't > gotten around to testing it before turning in. > > Reviewed-by: Aaron Watry Thanks both to you and Dieter. I've pushed the patch. Jan > > On Tue, Aug 6, 2019 at 12:59

Re: [Mesa-dev] [PATCH v2] clover: Fix build after clang r367864

2019-08-06 Thread Aaron Watry
I had come up with an almost identical patch last night, but hadn't gotten around to testing it before turning in. Reviewed-by: Aaron Watry On Tue, Aug 6, 2019 at 12:59 PM Jan Vesely wrote: > > v2: Drop special case of llvm-9 > Signed-off-by: Jan Vesely > --- >

Re: [Mesa-dev] [PATCH v2] clover: Fix build after clang r367864

2019-08-06 Thread Dieter Nützel
Back from vacation try to bring all stuff on par - LLVM 10 (with Clover) - and boom... Acked-by: Dieter Nützel Tested-by: Dieter Nützel Thank you Jan! Dieter Am 06.08.2019 19:59, schrieb Jan Vesely: v2: Drop special case of llvm-9 Signed-off-by: Jan Vesely ---

[Mesa-dev] [PATCH v2] clover: Fix build after clang r367864

2019-08-06 Thread Jan Vesely
v2: Drop special case of llvm-9 Signed-off-by: Jan Vesely --- src/gallium/state_trackers/clover/llvm/compat.hpp | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/gallium/state_trackers/clover/llvm/compat.hpp b/src/gallium/state_trackers/clover/llvm/compat.hpp