We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077fc26 commit 701bf2dCopy full SHA for 701bf2d
compiler/rustc_codegen_ssa/src/back/link.rs
@@ -574,6 +574,8 @@ fn link_staticlib<'a>(
574
}
575
576
577
+ all_native_libs.extend_from_slice(&codegen_results.crate_info.used_libraries);
578
+
579
if sess.opts.prints.contains(&PrintRequest::NativeStaticLibs) {
580
print_native_static_libs(sess, &all_native_libs, &all_rust_dylibs);
581
0 commit comments