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

47 lines
1.8 KiB
Plaintext
Raw Normal View History

2022-08-25 16:18:06 +02:00
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_ctarget_feature_prefix =
unknown feature specified for `-Ctarget-feature`: `{$feature}`
.note = features must begin with a `+` to enable or `-` to disable it
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
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
2022-08-26 12:19:10 +02:00
codegen_llvm_sanitizer_memtag_requires_mte =
`-Zsanitizer=memtag` requires `-Ctarget-feature=+mte`
2022-08-26 14:11:47 +02:00
2022-08-26 14:17:15 +02:00
codegen_llvm_error_writing_def_file =
Error writing .DEF file: {$error}
2022-08-26 14:29:33 +02:00
codegen_llvm_error_calling_dlltool =
Error calling dlltool: {$error}
codegen_llvm_dlltool_fail_import_library =
Dlltool could not create import library: {$stdout}\n{$stderr}
2022-08-26 19:42:29 +02:00
codegen_llvm_target_feature_disable_or_enable =
2022-08-30 12:22:08 +02:00
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
2022-10-30 16:07:04 +01:00
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}