diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2024-08-16 19:32:22 +0000 | 
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2024-08-17 19:10:46 +0000 | 
| commit | 0156eb57a152003c0c82552229747b3d04e1fddc (patch) | |
| tree | 249846c9486615f1e2434cfbf0ac0995260389f5 /compiler/rustc_codegen_llvm/messages.ftl | |
| parent | 27b93da8de2477b3a41811b0ee486cffa99fa00e (diff) | |
| download | rust-0156eb57a152003c0c82552229747b3d04e1fddc.tar.gz rust-0156eb57a152003c0c82552229747b3d04e1fddc.zip | |
Always use ar_archive_writer for import libs
Diffstat (limited to 'compiler/rustc_codegen_llvm/messages.ftl')
| -rw-r--r-- | compiler/rustc_codegen_llvm/messages.ftl | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/compiler/rustc_codegen_llvm/messages.ftl b/compiler/rustc_codegen_llvm/messages.ftl index 267da9325c3..df2198df14b 100644 --- a/compiler/rustc_codegen_llvm/messages.ftl +++ b/compiler/rustc_codegen_llvm/messages.ftl @@ -5,9 +5,6 @@ codegen_llvm_dynamic_linking_with_lto = .note = only 'staticlib', 'bin', and 'cdylib' outputs are supported with LTO -codegen_llvm_error_creating_import_library = - Error creating import library for {$lib_name}: {$error} - codegen_llvm_fixed_x18_invalid_arch = the `-Zfixed-x18` flag is not supported on the `{$arch}` architecture codegen_llvm_from_llvm_diag = {$message} | 
