Skip to content

Commit 0985759

Browse files
authored
fix: Set allow_empty on lib_legacy filegroup (#636)
`lib_legacy` needs the same treatment `lib` got in #635
1 parent 4566900 commit 0985759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/BUILD.llvm_repo.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ filegroup(
103103
"lib/clang/{LLVM_VERSION}/lib/**",
104104
"lib/**/libc++*.a",
105105
"lib/**/libunwind.a",
106-
]),
106+
], allow_empty = True),
107107
)
108108

109109
filegroup(

0 commit comments

Comments
 (0)