Mesa (staging/19.3): android: aco: fix Lower to CSSA

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 31 22:15:29 UTC 2019


Module: Mesa
Branch: staging/19.3
Commit: 0b8836cb23b50e66928591c100dcb9f301817e37
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b8836cb23b50e66928591c100dcb9f301817e37

Author: Mauro Rossi <issor.oruam at gmail.com>
Date:   Thu Oct 31 01:59:07 2019 +0100

android: aco: fix Lower to CSSA

Fixes the following building error:

external/mesa/src/amd/compiler/aco_spill.cpp:1768:
error: undefined reference to 'aco::lower_to_cssa(aco::Program*, aco::live&, radv_nir_compiler_options const*)'

Fixes: 0b8216b ("aco: Lower to CSSA")
Signed-off-by: Mauro Rossi <issor.oruam at gmail.com>
(cherry picked from commit d688e4166ca9c49a980a78ce91846fd7072df8fd)

---

 src/amd/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources
index 245ce1042ee..fec7cb6463a 100644
--- a/src/amd/Makefile.sources
+++ b/src/amd/Makefile.sources
@@ -85,6 +85,7 @@ ACO_FILES = \
 	compiler/aco_register_allocation.cpp \
 	compiler/aco_live_var_analysis.cpp \
 	compiler/aco_lower_bool_phis.cpp \
+	compiler/aco_lower_to_cssa.cpp \
 	compiler/aco_lower_to_hw_instr.cpp \
 	compiler/aco_optimizer.cpp \
 	compiler/aco_opt_value_numbering.cpp \




More information about the mesa-commit mailing list