Re: [Mesa-dev] [PATCH v1] clover/llvm: Drop support for LLVM < 3.9.

2017-10-13 Thread Francisco Jerez
Emil Velikov writes: > Hi Vedran, > > Just pushed the LLVM version bump, so this patch should be able to go in. > I won't be able to offer any review here, apart from a small suggestion. > > On 9 October 2017 at 00:08, Vedran Miletić wrote: > >> #include >> #include >> @@ -63,11 +56,7 @@ >>

Re: [Mesa-dev] [PATCH v1] clover/llvm: Drop support for LLVM < 3.9.

2017-10-13 Thread Emil Velikov
Hi Vedran, Just pushed the LLVM version bump, so this patch should be able to go in. I won't be able to offer any review here, apart from a small suggestion. On 9 October 2017 at 00:08, Vedran Miletić wrote: > #include > #include > @@ -63,11 +56,7 @@ > namespace clover { > namespace ll

[Mesa-dev] [PATCH v1] clover/llvm: Drop support for LLVM < 3.9.

2017-10-08 Thread Vedran Miletić
--- src/gallium/state_trackers/clover/llvm/compat.hpp | 59 +- .../state_trackers/clover/llvm/invocation.cpp | 2 - .../state_trackers/clover/llvm/metadata.hpp| 30 +-- 3 files changed, 2 insertions(+), 89 deletions(-) diff --git a/src/gallium/state_trac