android: aco: fix Lower to CSSA
authorMauro Rossi <issor.oruam@gmail.com>
Thu, 31 Oct 2019 00:59:07 +0000 (01:59 +0100)
committermaurossi <issor.oruam@gmail.com>
Thu, 31 Oct 2019 07:38:46 +0000 (07:38 +0000)
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@gmail.com>
src/amd/Makefile.sources

index 245ce1042ee971138bf5f7e06230790aec8e822a..fec7cb6463afb4748bcb3aa2ccc6c84fa60ffdf7 100644 (file)
@@ -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 \