We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1630b commit 2c96441Copy full SHA for 2c96441
toolchain/BUILD.llvm_repo
@@ -70,18 +70,14 @@ filegroup(
70
name = "lib",
71
srcs = glob(
72
[
73
- "lib/**/lib*.a",
74
- "lib/clang/*/lib/**/*.a",
75
- "lib/clang/*/lib/**/*.dylib",
+ "lib/**/libc++*.a",
+ "lib/**/libunwind.a",
+ # TODO(zbarsky): `lib/clang/<VERSION>` can be a source directory
76
+ "lib/clang/*/lib/**",
77
# clang_rt.*.o supply crtbegin and crtend sections.
78
"lib/**/clang_rt.*.o",
79
],
80
allow_empty = True,
- exclude = [
81
- "lib/libLLVM*.a",
82
- "lib/libclang*.a",
83
- "lib/liblld*.a",
84
- ],
85
),
86
# Include the .dylib files in the linker sandbox even though they will
87
# not be available at runtime to allow sanitizers to work locally.
0 commit comments