Re: [Mesa-dev] [PATCH] Android: r600: fix build when LLVM is disabled

2017-05-19 Thread Emil Velikov
Jfyi: feel free to add Fixes tag as you see fit. We parse though and automatically nominate patches for -stable :-) On 19 May 2017 at 13:04, Rob Herring wrote: > On Fri, May 12, 2017 at 11:55 AM, Rob Herring wrote: >> There's still an error after my recent clean-up if LLVM is not patched to >> en

Re: [Mesa-dev] [PATCH] Android: r600: fix build when LLVM is disabled

2017-05-19 Thread Rob Herring
On Fri, May 12, 2017 at 11:55 AM, Rob Herring wrote: > There's still an error after my recent clean-up if LLVM is not patched to > enable AMDGPU target: > > external/mesa3d/src/amd/common/ac_llvm_util.c:38:2: error: implicit > declaration of function 'LLVMInitializeAMDGPUTargetInfo' is invalid in

Re: [Mesa-dev] [PATCH] Android: r600: fix build when LLVM is disabled

2017-05-15 Thread Nicolai Hähnle
On 12.05.2017 18:55, Rob Herring wrote: There's still an error after my recent clean-up if LLVM is not patched to enable AMDGPU target: external/mesa3d/src/amd/common/ac_llvm_util.c:38:2: error: implicit declaration of function 'LLVMInitializeAMDGPUTargetInfo' is invalid in C99 [-Werror,-Wimpl

[Mesa-dev] [PATCH] Android: r600: fix build when LLVM is disabled

2017-05-12 Thread Rob Herring
There's still an error after my recent clean-up if LLVM is not patched to enable AMDGPU target: external/mesa3d/src/amd/common/ac_llvm_util.c:38:2: error: implicit declaration of function 'LLVMInitializeAMDGPUTargetInfo' is invalid in C99 [-Werror,-Wimplicit-function-declaration] LLVMIni