mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 12:28:07 +02:00
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@gmail.com>
This commit is contained in:
parent
7baedc9162
commit
d688e4166c
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue