We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d207bb commit b786345Copy full SHA for b786345
compiler/rustc_codegen_ssa/src/back/link.rs
@@ -987,7 +987,7 @@ fn link_natively<'a, B: ArchiveBuilder<'a>>(
987
988
// On MSVC packed debug information is produced by the linker itself so
989
// there's no need to do anything else here.
990
- SplitDebuginfo::Packed if sess.target.is_like_msvc => {}
+ SplitDebuginfo::Packed if sess.target.is_like_windows => {}
991
992
// ... and otherwise we're processing a `*.dwp` packed dwarf file.
993
//
0 commit comments