Re: [Mesa-dev] [PATCH 02/12] meson: bump the minimum LLVM version to 5.0.1

2018-11-01 Thread Eric Engestrom
On Wednesday, 2018-10-31 16:06:19 -0700, Dylan Baker wrote: > Quoting Emil Velikov (2018-10-31 06:29:54) > > From: Emil Velikov > > > > Currently the minimal version is 3.3 with 3.9 for r600+opencl. > > > > We kept it as low, since transitioning to newer ones is pain on Windows. > > With issues

Re: [Mesa-dev] [PATCH 02/12] meson: bump the minimum LLVM version to 5.0.1

2018-10-31 Thread Dylan Baker
Quoting Emil Velikov (2018-10-31 06:29:54) > From: Emil Velikov > > Currently the minimal version is 3.3 with 3.9 for r600+opencl. > > We kept it as low, since transitioning to newer ones is pain on Windows. > With issues ranging from build problems, memory leaks and various other > small nitpic

[Mesa-dev] [PATCH 02/12] meson: bump the minimum LLVM version to 5.0.1

2018-10-31 Thread Emil Velikov
From: Emil Velikov Currently the minimal version is 3.3 with 3.9 for r600+opencl. We kept it as low, since transitioning to newer ones is pain on Windows. With issues ranging from build problems, memory leaks and various other small nitpicks throughout. Currently we use 5.0.1 for our Appveyor t