diff options
| author | bors <bors@rust-lang.org> | 2025-07-24 12:50:26 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-07-24 12:50:26 +0000 |
| commit | 5d22242a3a84a55be2f648a94eecff58887547f4 (patch) | |
| tree | c2e7af778249ed050d6238a0bd49f602ba5913f2 /compiler/rustc_codegen_gcc/messages.ftl | |
| parent | fc5af1813307d25a84d633f21e2e53c9376eb547 (diff) | |
| parent | dadc4cae501d9fa515a6cd3b7fe546db13b44a7b (diff) | |
| download | rust-5d22242a3a84a55be2f648a94eecff58887547f4.tar.gz rust-5d22242a3a84a55be2f648a94eecff58887547f4.zip | |
Auto merge of #144062 - bjorn3:lto_refactors2, r=davidtwco
Various refactors to the LTO handling code (part 2) Continuing from https://github.com/rust-lang/rust/pull/143388 this removes a bit of dead code and moves the LTO symbol export calculation from individual backends to cg_ssa.
Diffstat (limited to 'compiler/rustc_codegen_gcc/messages.ftl')
| -rw-r--r-- | compiler/rustc_codegen_gcc/messages.ftl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler/rustc_codegen_gcc/messages.ftl b/compiler/rustc_codegen_gcc/messages.ftl index 55a28bc9493..a70ac08f01a 100644 --- a/compiler/rustc_codegen_gcc/messages.ftl +++ b/compiler/rustc_codegen_gcc/messages.ftl @@ -3,12 +3,4 @@ codegen_gcc_unwinding_inline_asm = codegen_gcc_copy_bitcode = failed to copy bitcode to object file: {$err} -codegen_gcc_dynamic_linking_with_lto = - cannot prefer dynamic linking when performing LTO - .note = only 'staticlib', 'bin', and 'cdylib' outputs are supported with LTO - -codegen_gcc_lto_disallowed = lto can only be run for executables, cdylibs and static library outputs - -codegen_gcc_lto_dylib = lto cannot be used for `dylib` crate type without `-Zdylib-lto` - codegen_gcc_lto_bitcode_from_rlib = failed to get bitcode from object file for LTO ({$gcc_err}) |
