mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 14:40:10 +01:00
android: aco: add aco_optimizer_postRA.cpp to Makefile.sources
Fixes the following building error:
external/mesa/src/amd/compiler/aco_interface.cpp:155: error: undefined reference to 'aco::optimize_postRA(aco::Program*)'
Fixes: 0e4747d3fb ("aco: Introduce a new, post-RA optimizer.")
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11177>
This commit is contained in:
parent
60e134e83e
commit
e4e4b6bc16
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ ACO_FILES = \
|
|||
compiler/aco_lower_to_cssa.cpp \
|
||||
compiler/aco_lower_to_hw_instr.cpp \
|
||||
compiler/aco_optimizer.cpp \
|
||||
compiler/aco_optimizer_postRA.cpp \
|
||||
compiler/aco_opt_value_numbering.cpp \
|
||||
compiler/aco_print_asm.cpp \
|
||||
compiler/aco_print_ir.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue