os-rust/compiler/rustc_error_messages/locales/en-US/codegen_llvm.ftl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
1.1 KiB
Text
Raw Normal View History

2022-08-25 16:18:06 +02:00
codegen_llvm_unknown_ctarget_feature =
unknown feature specified for `-Ctarget-feature`: `{$feature}`
2022-08-25 16:18:06 +02:00
codegen_llvm_unknown_feature_prefix =
features must begin with a `+` to enable or `-` to disable it
2022-08-25 16:18:06 +02:00
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 =
2022-08-25 16:15:03 +02:00
consider filing a feature request
2022-08-25 21:01:36 +02:00
codegen_llvm_error_creating_import_library =
Error creating import library for {$lib_name}: {$error}
codegen_llvm_instrument_coverage_requires_llvm_12 =
rustc option `-C instrument-coverage` requires LLVM 12 or higher.
2022-08-25 23:30:17 +02:00
2022-08-26 00:08:05 +02:00
codegen_llvm_symbol_already_defined =
2022-08-25 23:30:17 +02:00
symbol `{$symbol_name}` is already defined
2022-08-26 00:03:53 +02:00
codegen_llvm_branch_protection_requires_aarch64 =
-Zbranch-protection is only supported on aarch64
2022-08-26 10:14:15 +02:00
codegen_llvm_layout_size_overflow =
{$error}
2022-08-26 10:30:43 +02:00
codegen_llvm_invalid_minimum_alignment =
invalid minimum global alignment: {$err}
2022-08-26 10:40:48 +02:00
codegen_llvm_linkage_const_or_mut_type =
must have type `*const T` or `*mut T` due to `#[linkage]` attribute