Module: Mesa Branch: master Commit: e53bf25ea490bbb1722519f77e350ffadb962dfc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e53bf25ea490bbb1722519f77e350ffadb962dfc
Author: Mauro Rossi <[email protected]> Date: Sat Jan 2 13:19:56 2021 +0100 android: pan/bi: Remove NIR->old IR Fixes the following building error: clang: error: no such file or directory: 'external/mesa/src/panfrost/bifrost/bi_special.c' clang: error: no input files Fixes: e5ec0dc18320 ("pan/bi: Remove NIR->old IR") 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 88429710dc0..eb2f25aeec0 100644 --- a/src/panfrost/Makefile.sources +++ b/src/panfrost/Makefile.sources @@ -6,7 +6,6 @@ bifrost_FILES := \ bifrost/bi_liveness.c \ bifrost/bi_tables.c \ bifrost/bi_schedule.c \ - bifrost/bi_special.c \ bifrost/bi_pack.c \ bifrost/bi_print.c \ bifrost/bi_print.h \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
