Skip to content

Commit 035bf6e

Browse files
committed
Update exclusion list in build_llvm_sysroot_for_triple
1 parent 6aa386c commit 035bf6e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

build_system/build_sysroot.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,7 @@ fn build_llvm_sysroot_for_triple(compiler: Compiler) -> SysrootTarget {
178178
&& !file_name_str.contains("rustc_std_workspace_")
179179
&& !file_name_str.contains("rustc_demangle")
180180
&& !file_name_str.contains("rustc_literal_escaper"))
181-
|| file_name_str.contains("chalk")
182-
|| file_name_str.contains("tracing")
183-
|| file_name_str.contains("regex")
181+
|| file_name_str.contains("LLVM")
184182
{
185183
// These are large crates that are part of the rustc-dev component and are not
186184
// necessary to run regular programs.

0 commit comments

Comments
 (0)