Re: [Mesa-dev] [PATCH] r600g: fix build without opencl and static llvm libs

2017-02-27 Thread Emil Velikov
On 27 February 2017 at 15:35, Marc Dietrich wrote: > radeon_llvm_check was never called in the no-opencl case, which broke > the llvm module list (amdgpuinfo was not included). As --enable-opencl > always requires --enable-llvm, the test can be easily fixed. > > Signed-off-by: Marc Dietrich Revi

[Mesa-dev] [PATCH] r600g: fix build without opencl and static llvm libs

2017-02-27 Thread Marc Dietrich
radeon_llvm_check was never called in the no-opencl case, which broke the llvm module list (amdgpuinfo was not included). As --enable-opencl always requires --enable-llvm, the test can be easily fixed. Signed-off-by: Marc Dietrich --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deleti