Re: [Mesa-dev] [PATCH v3 04/25] configure.ac: Move oCL checks out of LLVM version check

2016-10-12 Thread Tobias Droste
Am Mittwoch, 12. Oktober 2016, 20:28:03 CEST schrieb Emil Velikov: > On 12 October 2016 at 19:58, Tobias Droste wrote: > > Am Mittwoch, 12. Oktober 2016, 19:51:21 CEST schrieb Emil Velikov: > >> On 12 October 2016 at 19:04, Tobias Droste wrote: > >> > Am Mittwoch,

Re: [Mesa-dev] [PATCH v3 04/25] configure.ac: Move oCL checks out of LLVM version check

2016-10-12 Thread Emil Velikov
On 12 October 2016 at 19:58, Tobias Droste wrote: > Am Mittwoch, 12. Oktober 2016, 19:51:21 CEST schrieb Emil Velikov: >> On 12 October 2016 at 19:04, Tobias Droste wrote: >> > Am Mittwoch, 12. Oktober 2016, 09:56:39 CEST schrieb Emil Velikov: >> >> > fi >> >> >

Re: [Mesa-dev] [PATCH v3 04/25] configure.ac: Move oCL checks out of LLVM version check

2016-10-12 Thread Tobias Droste
Am Mittwoch, 12. Oktober 2016, 19:51:21 CEST schrieb Emil Velikov: > On 12 October 2016 at 19:04, Tobias Droste wrote: > > Am Mittwoch, 12. Oktober 2016, 09:56:39 CEST schrieb Emil Velikov: > >> > fi > >> > > >> > +if test "x$enable_opencl" = xyes; then > >> > +

Re: [Mesa-dev] [PATCH v3 04/25] configure.ac: Move oCL checks out of LLVM version check

2016-10-12 Thread Emil Velikov
On 12 October 2016 at 19:04, Tobias Droste wrote: > Am Mittwoch, 12. Oktober 2016, 09:56:39 CEST schrieb Emil Velikov: >> > fi >> > >> > +if test "x$enable_opencl" = xyes; then >> > +llvm_check_version_for "3" "6" "0" "opencl" >> > + >> > +

Re: [Mesa-dev] [PATCH v3 04/25] configure.ac: Move oCL checks out of LLVM version check

2016-10-12 Thread Tobias Droste
Am Mittwoch, 12. Oktober 2016, 09:56:39 CEST schrieb Emil Velikov: > > fi > > > > +if test "x$enable_opencl" = xyes; then > > +llvm_check_version_for "3" "6" "0" "opencl" > > + > > +LLVM_COMPONENTS="${LLVM_COMPONENTS} all-targets ipo linker > > instrumentation" +

Re: [Mesa-dev] [PATCH v3 04/25] configure.ac: Move oCL checks out of LLVM version check

2016-10-12 Thread Emil Velikov
On 12 October 2016 at 00:02, Tobias Droste wrote: > The openCL checks don't need to be inside the LLVM version check. > "llvm_check_version_for" also works if LLVM wasn't found. > > Signed-off-by: Tobias Droste > --- > configure.ac | 33