Mesa (master): ac: add ac_shader_abi.h in distcheck

Juan Antonio Suárez Romero jasuarez at kemper.freedesktop.org
Thu Aug 3 07:53:33 UTC 2017


Module: Mesa
Branch: master
Commit: 06ab6ce6126dfce4df18bf5d2f25fcb70a6c595b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=06ab6ce6126dfce4df18bf5d2f25fcb70a6c595b

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Wed Aug  2 12:10:03 2017 +0000

ac: add ac_shader_abi.h in distcheck

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`

Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>
Signed-off-by: Juan A. Suarez Romero <jasuarez at igalia.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
 




More information about the mesa-commit mailing list