From 36e0586c8ffa6d1347b29744363c09556df8d469 Mon Sep 17 00:00:00 2001 From: Morten Mjelva Date: Wed, 10 Dec 2025 22:58:01 +0100 Subject: [PATCH] fix: Set allow_empty on lib_legacy filegroup --- toolchain/BUILD.llvm_repo.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/BUILD.llvm_repo.tpl b/toolchain/BUILD.llvm_repo.tpl index af4c56f1..ab27cdfb 100644 --- a/toolchain/BUILD.llvm_repo.tpl +++ b/toolchain/BUILD.llvm_repo.tpl @@ -103,7 +103,7 @@ filegroup( "lib/clang/{LLVM_VERSION}/lib/**", "lib/**/libc++*.a", "lib/**/libunwind.a", - ]), + ], allow_empty = True), ) filegroup(