]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_error_messages/locales/en-US/codegen_llvm.ftl
Auto merge of #103150 - joboet:remove_lock_wrappers, r=m-ou-se
[rust.git] / compiler / rustc_error_messages / locales / en-US / codegen_llvm.ftl
index e4e1abfe21971f78057898a71964f0fd3c4c78e1..68a205df6c7ad05207b41617b23b8defd7dab31c 100644 (file)
@@ -1,17 +1,12 @@
 codegen_llvm_unknown_ctarget_feature =
     unknown feature specified for `-Ctarget-feature`: `{$feature}`
+    .note = it is still passed through to the codegen backend
+    .possible_feature = you might have meant: `{$rust_feature}`
+    .consider_filing_feature_request = consider filing a feature request
 
-codegen_llvm_unknown_feature_prefix =
-    features must begin with a `+` to enable or `-` to disable it
-
-codegen_llvm_unknown_feature =
-    it is still passed through to the codegen backend
-
-codegen_llvm_rust_feature =
-    you might have meant: `{$rust_feature}`
-
-codegen_llvm_unknown_feature_fill_request =
-    consider filing a feature request
+codegen_llvm_unknown_ctarget_feature_prefix =
+    unknown feature specified for `-Ctarget-feature`: `{$feature}`
+    .note = features must begin with a `+` to enable or `-` to disable it
 
 codegen_llvm_error_creating_import_library =
     Error creating import library for {$lib_name}: {$error}
@@ -25,9 +20,6 @@ codegen_llvm_symbol_already_defined =
 codegen_llvm_branch_protection_requires_aarch64 =
     -Zbranch-protection is only supported on aarch64
 
-codegen_llvm_layout_size_overflow =
-    {$error}
-
 codegen_llvm_invalid_minimum_alignment =
     invalid minimum global alignment: {$err}
 
@@ -36,3 +28,31 @@ codegen_llvm_linkage_const_or_mut_type =
 
 codegen_llvm_sanitizer_memtag_requires_mte =
     `-Zsanitizer=memtag` requires `-Ctarget-feature=+mte`
+
+codegen_llvm_archive_build_failure =
+    failed to build archive: {$error}
+
+codegen_llvm_error_writing_def_file =
+    Error writing .DEF file: {$error}
+
+codegen_llvm_error_calling_dlltool =
+    Error calling dlltool: {$error}
+
+codegen_llvm_dlltool_fail_import_library =
+    Dlltool could not create import library: {$stdout}\n{$stderr}
+
+codegen_llvm_unknown_archive_kind =
+    Don't know how to build archive of type: {$kind}
+
+codegen_llvm_target_feature_disable_or_enable =
+    the target features {$features} must all be either enabled or disabled together
+
+codegen_llvm_missing_features =
+    add the missing features in a `target_feature` attribute
+
+codegen_llvm_dynamic_linking_with_lto =
+    cannot prefer dynamic linking when performing LTO
+    .note = only 'staticlib', 'bin', and 'cdylib' outputs are supported with LTO
+
+codegen_llvm_fail_parsing_target_machine_config_to_target_machine =
+    failed to parse target machine config to target machine: {$error}