diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-07-25 09:42:18 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-07-25 11:21:28 +0000 |
| commit | fe2eeabe27ce3d5b871ab903e65b4707ad015764 (patch) | |
| tree | ba0e2983e57433a8f60e29a184f558f137a65ec6 /compiler/rustc_codegen_llvm/messages.ftl | |
| parent | 27e2709f3e8d8f03b05704bc7e3e9110dd64397b (diff) | |
| download | rust-fe2eeabe27ce3d5b871ab903e65b4707ad015764.tar.gz rust-fe2eeabe27ce3d5b871ab903e65b4707ad015764.zip | |
Use the object crate rather than LLVM for extracting bitcode sections
Diffstat (limited to 'compiler/rustc_codegen_llvm/messages.ftl')
| -rw-r--r-- | compiler/rustc_codegen_llvm/messages.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/messages.ftl b/compiler/rustc_codegen_llvm/messages.ftl index 3d5f17a6034..ce9a51b539d 100644 --- a/compiler/rustc_codegen_llvm/messages.ftl +++ b/compiler/rustc_codegen_llvm/messages.ftl @@ -12,7 +12,7 @@ codegen_llvm_from_llvm_optimization_diag = {$filename}:{$line}:{$column} {$pass_ codegen_llvm_load_bitcode = failed to load bitcode of module "{$name}" codegen_llvm_load_bitcode_with_llvm_err = failed to load bitcode of module "{$name}": {$llvm_err} -codegen_llvm_lto_bitcode_from_rlib = failed to get bitcode from object file for LTO ({$llvm_err}) +codegen_llvm_lto_bitcode_from_rlib = failed to get bitcode from object file for LTO ({$err}) codegen_llvm_mismatch_data_layout = data-layout for target `{$rustc_target}`, `{$rustc_layout}`, differs from LLVM target's `{$llvm_target}` default layout, `{$llvm_layout}` |
