You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #101403 - bjorn3:dylib_lto, r=Mark-Simulacrum
Enable LTO for rustc_driver.so
Alternative to #97154
This enables LTO'ing dylibs behind a feature flag and uses this feature for compiling rustc_driver.so.
Copy file name to clipboardExpand all lines: compiler/rustc_error_messages/locales/en-US/codegen_ssa.ftl
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ codegen_ssa_rlib_only_rmeta_found = could not find rlib for: `{$crate_name}`, fo
34
34
35
35
codegen_ssa_rlib_not_found = could not find rlib for: `{$crate_name}`
36
36
37
+
codegen_ssa_rlib_incompatible_dependency_formats = `{$ty1}` and `{$ty2}` do not have equivalent dependency formats (`{$list1}` vs `{$list2}`)
38
+
37
39
codegen_ssa_linking_failed = linking with `{$linker_path}` failed: {$exit_status}
38
40
39
41
codegen_ssa_extern_funcs_not_found = some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified
0 commit comments