[Mesa-dev] [PATCH] ac: add ac_shader_abi.h in distcheck
Nicolai Hähnle
nhaehnle at gmail.com
Wed Aug 2 15:20:00 UTC 2017
On 02.08.2017 15:10, Juan A. Suarez Romero wrote:
> Fixes:
>
> CXXLD addrlib/libamdgpu_addrlib.la
> ar: `u' modifier ignored since `D' is the default (see `U')
> ../../../../src/amd/common/ac_nir_to_llvm.c:33:27: fatal error:
> ac_shader_abi.h: No such file or directory
> #include "ac_shader_abi.h"
> ^
> compilation terminated.
> Makefile:985: recipe for target
> 'common/common_libamd_common_la-ac_nir_to_llvm.lo' failed
>
> When running `make distcheck`
>
> Signed-off-by: Juan A. Suarez Romero <jasuarez at igalia.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>
> ---
> src/amd/Makefile.sources | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources
> index 098f6b923a..4accab04cb 100644
> --- a/src/amd/Makefile.sources
> +++ b/src/amd/Makefile.sources
> @@ -48,6 +48,7 @@ AMD_COMPILER_FILES = \
> common/ac_llvm_helper.cpp \
> common/ac_llvm_util.c \
> common/ac_llvm_util.h \
> + common/ac_shader_abi.h \
> common/ac_shader_info.c \
> common/ac_shader_info.h
>
>
--
Lerne, wie die Welt wirklich ist,
Aber vergiss niemals, wie sie sein sollte.
More information about the mesa-dev
mailing list