Skip to content

Commit 18d51b8

Browse files
xizheyinbjorn3
andauthored
Update compiler/rustc_codegen_ssa/src/back/link.rs
Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com>
1 parent 72a9219 commit 18d51b8

File tree

1 file changed

+2
-1
lines changed
  • compiler/rustc_codegen_ssa/src/back

1 file changed

+2
-1
lines changed

compiler/rustc_codegen_ssa/src/back/link.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,10 @@ pub fn link_binary(
196196
}
197197
}
198198

199-
check_link_info_print_request(sess, &codegen_results.crate_info.crate_types);
200199
}
201200

201+
check_link_info_print_request(sess, &codegen_results.crate_info.crate_types);
202+
202203
// Remove the temporary object file and metadata if we aren't saving temps.
203204
sess.time("link_binary_remove_temps", || {
204205
// If the user requests that temporaries are saved, don't delete any.

0 commit comments

Comments
 (0)