Module: Mesa Branch: master Commit: c5a5009b098115609dbe4ecfb4740894229e38dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5a5009b098115609dbe4ecfb4740894229e38dc
Author: Mauro Rossi <[email protected]> Date: Sat Jan 2 13:20:46 2021 +0100 android: pan/bi: Remove old IR opcode table Fixes the following building error: clang: error: no such file or directory: 'external/mesa/src/panfrost/bifrost/bi_tables.c' clang: error: no input files Fixes: b691aeaacf93 ("pan/bi: Remove old IR opcode table") Signed-off-by: Mauro Rossi <[email protected]> Acked-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8294> --- src/panfrost/Makefile.sources | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources index eb2f25aeec0..a22f2e266e3 100644 --- a/src/panfrost/Makefile.sources +++ b/src/panfrost/Makefile.sources @@ -4,7 +4,6 @@ bifrost_FILES := \ bifrost/bifrost_compile.h \ bifrost/bi_layout.c \ bifrost/bi_liveness.c \ - bifrost/bi_tables.c \ bifrost/bi_schedule.c \ bifrost/bi_pack.c \ bifrost/bi_print.c \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
