Re: [Mesa-dev] [PATCH] meson: Check for actual LLVM required versions

2018-02-02 Thread Dylan Baker
Quoting Bas Nieuwenhuizen (2018-02-02 11:54:58) > Reviewed-by: Bas Nieuwenhuizen > > On Fri, Feb 2, 2018 at 7:55 PM, Dylan Baker wrote: > > Currently we always check for 3.9.0, which is pretty safe since > > everything except radv work with >= 3.9 and 3.9 is pretty old at this > > point. However

Re: [Mesa-dev] [PATCH] meson: Check for actual LLVM required versions

2018-02-02 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Fri, Feb 2, 2018 at 7:55 PM, Dylan Baker wrote: > Currently we always check for 3.9.0, which is pretty safe since > everything except radv work with >= 3.9 and 3.9 is pretty old at this > point. However, radv actually requires 4.0, and there is a patch for > rad

[Mesa-dev] [PATCH] meson: Check for actual LLVM required versions

2018-02-02 Thread Dylan Baker
Currently we always check for 3.9.0, which is pretty safe since everything except radv work with >= 3.9 and 3.9 is pretty old at this point. However, radv actually requires 4.0, and there is a patch for radeonsi to do the same. Fixes: 673dda833076 ("meson: build "radv" vulkan driver for radeon har