mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 22:00:13 +01:00
android: aco: add various compiler statistics
Fixes a building error due to compiler/aco_statistics.cpp
missing in src/amd/Makefile.sources
Fixes: b1544352 ("aco: add various compiler statistics")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
This commit is contained in:
parent
9f174eb2df
commit
dbdd0149ed
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ ACO_FILES = \
|
||||||
compiler/aco_scheduler.cpp \
|
compiler/aco_scheduler.cpp \
|
||||||
compiler/aco_ssa_elimination.cpp \
|
compiler/aco_ssa_elimination.cpp \
|
||||||
compiler/aco_spill.cpp \
|
compiler/aco_spill.cpp \
|
||||||
|
compiler/aco_statistics.cpp \
|
||||||
compiler/aco_util.h \
|
compiler/aco_util.h \
|
||||||
compiler/aco_validate.cpp
|
compiler/aco_validate.cpp
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue