diff options
author | Mauro Rossi <[email protected]> | 2020-04-05 00:24:19 +0200 |
---|---|---|
committer | Mauro Rossi <[email protected]> | 2020-04-06 12:59:13 +0200 |
commit | dbdd0149ed5b28730a31ebc2bc49f8e955523bbb (patch) | |
tree | f8dbe122a9736d36f036a8c2ea6e158eeaf64a0f | |
parent | 9f174eb2df128dd89f61ac07b5d394c24668a43c (diff) |
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 <[email protected]>
Reviewed-by: Daniel Schürmann <[email protected]>
-rw-r--r-- | src/amd/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index 296df29c4b9..a30619641be 100644 --- a/src/amd/Makefile.sources +++ b/src/amd/Makefile.sources @@ -96,6 +96,7 @@ ACO_FILES = \ compiler/aco_scheduler.cpp \ compiler/aco_ssa_elimination.cpp \ compiler/aco_spill.cpp \ + compiler/aco_statistics.cpp \ compiler/aco_util.h \ compiler/aco_validate.cpp |