We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa386c commit 035bf6eCopy full SHA for 035bf6e
1 file changed
build_system/build_sysroot.rs
@@ -178,9 +178,7 @@ fn build_llvm_sysroot_for_triple(compiler: Compiler) -> SysrootTarget {
178
&& !file_name_str.contains("rustc_std_workspace_")
179
&& !file_name_str.contains("rustc_demangle")
180
&& !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")
+ || file_name_str.contains("LLVM")
184
{
185
// These are large crates that are part of the rustc-dev component and are not
186
// necessary to run regular programs.
0 commit comments