Skip to content
Snippets Groups Projects
Commit 0b8836cb authored by maurossi's avatar maurossi Committed by Dylan Baker
Browse files

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: 0b8216b2 ("aco: Lower to CSSA")
Signed-off-by: default avatarMauro Rossi <issor.oruam@gmail.com>
(cherry picked from commit d688e416)
parent 39e9739a
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment