Skip to content

Commit bb1c67d

Browse files
committed
rustc_codegen_ssa: emit artifact notifications for the main link product too.
1 parent 1618c07 commit bb1c67d

File tree

1 file changed

+3
-0
lines changed
  • src/librustc_codegen_ssa/back

1 file changed

+3
-0
lines changed

src/librustc_codegen_ssa/back/link.rs

+3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ pub fn link_binary<'a, B: ArchiveBuilder<'a>>(sess: &'a Session,
9595
);
9696
}
9797
}
98+
if sess.opts.debugging_opts.emit_artifact_notifications {
99+
sess.parse_sess.span_diagnostic.emit_artifact_notification(&out_filename);
100+
}
98101
}
99102

100103
if sess.opts.cg.save_temps {

0 commit comments

Comments
 (0)