Skip to content

Commit 2c96441

Browse files
committed
Remove stray files from linker files
1 parent ae1630b commit 2c96441

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

toolchain/BUILD.llvm_repo

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,14 @@ filegroup(
7070
name = "lib",
7171
srcs = glob(
7272
[
73-
"lib/**/lib*.a",
74-
"lib/clang/*/lib/**/*.a",
75-
"lib/clang/*/lib/**/*.dylib",
73+
"lib/**/libc++*.a",
74+
"lib/**/libunwind.a",
75+
# TODO(zbarsky): `lib/clang/<VERSION>` can be a source directory
76+
"lib/clang/*/lib/**",
7677
# clang_rt.*.o supply crtbegin and crtend sections.
7778
"lib/**/clang_rt.*.o",
7879
],
7980
allow_empty = True,
80-
exclude = [
81-
"lib/libLLVM*.a",
82-
"lib/libclang*.a",
83-
"lib/liblld*.a",
84-
],
8581
),
8682
# Include the .dylib files in the linker sandbox even though they will
8783
# not be available at runtime to allow sanitizers to work locally.

0 commit comments

Comments
 (0)