Re: [Mesa-dev] [PATCH v4 12/18] configure.ac: Move llvm_set_environment_variables higher.

2016-10-19 Thread Emil Velikov
On 16 October 2016 at 01:20, Tobias Droste wrote: > This moves the function to get the LLVM environment variables higher > in the file. It still needs to be below the "--enable-opencl" because > it uses $enable_opencl. > It can be called without condition now as it only throws

[Mesa-dev] [PATCH v4 12/18] configure.ac: Move llvm_set_environment_variables higher.

2016-10-15 Thread Tobias Droste
This moves the function to get the LLVM environment variables higher in the file. It still needs to be below the "--enable-opencl" because it uses $enable_opencl. It can be called without condition now as it only throws errors if openCL is enabled. This patch just prepares the next patch.