2025-02-21 21:51:20 -05:00
|
|
|
codegen_llvm_autodiff_without_enable = using the autodiff feature requires -Z autodiff=Enable
|
2025-01-01 21:42:45 +01:00
|
|
|
|
2022-10-30 19:26:12 +01:00
|
|
|
codegen_llvm_copy_bitcode = failed to copy bitcode to object file: {$err}
|
2022-08-25 15:34:30 +02:00
|
|
|
|
2022-08-25 21:01:36 +02:00
|
|
|
|
2024-05-15 10:01:55 +02:00
|
|
|
codegen_llvm_fixed_x18_invalid_arch = the `-Zfixed-x18` flag is not supported on the `{$arch}` architecture
|
|
|
|
|
|
2022-08-25 23:30:17 +02:00
|
|
|
codegen_llvm_from_llvm_diag = {$message}
|
2022-08-26 00:03:53 +02:00
|
|
|
|
2023-05-04 15:39:21 +02:00
|
|
|
codegen_llvm_from_llvm_optimization_diag = {$filename}:{$line}:{$column} {$pass_name} ({$kind}): {$message}
|
2023-05-17 10:30:14 +00:00
|
|
|
|
2022-08-26 12:19:10 +02:00
|
|
|
codegen_llvm_load_bitcode = failed to load bitcode of module "{$name}"
|
2022-08-26 14:17:15 +02:00
|
|
|
codegen_llvm_load_bitcode_with_llvm_err = failed to load bitcode of module "{$name}": {$llvm_err}
|
2022-08-26 14:29:33 +02:00
|
|
|
|
2025-07-25 09:42:18 +00:00
|
|
|
codegen_llvm_lto_bitcode_from_rlib = failed to get bitcode from object file for LTO ({$err})
|
2022-08-26 19:01:22 +02:00
|
|
|
|
2024-01-17 14:26:26 +00:00
|
|
|
codegen_llvm_mismatch_data_layout =
|
|
|
|
|
data-layout for target `{$rustc_target}`, `{$rustc_layout}`, differs from LLVM target's `{$llvm_target}` default layout, `{$llvm_layout}`
|
|
|
|
|
|
2022-10-30 16:07:04 +01:00
|
|
|
codegen_llvm_parse_bitcode = failed to parse bitcode for LTO module
|
|
|
|
|
codegen_llvm_parse_bitcode_with_llvm_err = failed to parse bitcode for LTO module: {$llvm_err}
|
|
|
|
|
|
2022-08-19 14:48:15 +01:00
|
|
|
codegen_llvm_parse_target_machine_config =
|
2022-10-30 16:07:04 +01:00
|
|
|
failed to parse target machine config to target machine: {$error}
|
2022-08-19 14:48:15 +01:00
|
|
|
|
2025-01-01 21:42:45 +01:00
|
|
|
codegen_llvm_prepare_autodiff = failed to prepare autodiff: src: {$src}, target: {$target}, {$error}
|
|
|
|
|
codegen_llvm_prepare_autodiff_with_llvm_err = failed to prepare autodiff: {$llvm_err}, src: {$src}, target: {$target}, {$error}
|
2022-08-19 14:48:15 +01:00
|
|
|
codegen_llvm_prepare_thin_lto_context = failed to prepare thin LTO context
|
|
|
|
|
codegen_llvm_prepare_thin_lto_context_with_llvm_err = failed to prepare thin LTO context: {$llvm_err}
|
|
|
|
|
|
|
|
|
|
codegen_llvm_prepare_thin_lto_module = failed to prepare thin LTO module
|
|
|
|
|
codegen_llvm_prepare_thin_lto_module_with_llvm_err = failed to prepare thin LTO module: {$llvm_err}
|
|
|
|
|
|
|
|
|
|
codegen_llvm_run_passes = failed to run LLVM passes
|
|
|
|
|
codegen_llvm_run_passes_with_llvm_err = failed to run LLVM passes: {$llvm_err}
|
|
|
|
|
|
2025-03-11 19:04:35 +00:00
|
|
|
codegen_llvm_sanitizer_kcfi_arity_requires_llvm_21_0_0 = `-Zsanitizer-kcfi-arity` requires LLVM 21.0.0 or later.
|
|
|
|
|
|
2022-08-26 12:19:10 +02:00
|
|
|
codegen_llvm_sanitizer_memtag_requires_mte =
|
|
|
|
|
`-Zsanitizer=memtag` requires `-Ctarget-feature=+mte`
|
2023-05-23 01:51:25 +00:00
|
|
|
|
2022-08-19 14:48:15 +01:00
|
|
|
codegen_llvm_serialize_module = failed to serialize module {$name}
|
|
|
|
|
codegen_llvm_serialize_module_with_llvm_err = failed to serialize module {$name}: {$llvm_err}
|
|
|
|
|
|
|
|
|
|
codegen_llvm_symbol_already_defined =
|
|
|
|
|
symbol `{$symbol_name}` is already defined
|
|
|
|
|
|
|
|
|
|
codegen_llvm_target_machine = could not create LLVM TargetMachine for triple: {$triple}
|
|
|
|
|
codegen_llvm_target_machine_with_llvm_err = could not create LLVM TargetMachine for triple: {$triple}: {$llvm_err}
|
|
|
|
|
|
2023-07-12 17:07:34 -04:00
|
|
|
codegen_llvm_unknown_debuginfo_compression = unknown debuginfo compression algorithm {$algorithm} - will fall back to uncompressed debuginfo
|
|
|
|
|
|
2022-08-19 14:48:15 +01:00
|
|
|
codegen_llvm_write_bytecode = failed to write bytecode to {$path}: {$err}
|
|
|
|
|
|
2023-05-04 15:39:21 +02:00
|
|
|
codegen_llvm_write_ir = failed to write LLVM IR to {$path}
|
|
|
|
|
codegen_llvm_write_ir_with_llvm_err = failed to write LLVM IR to {$path}: {$llvm_err}
|
2022-08-19 14:48:15 +01:00
|
|
|
|
|
|
|
|
codegen_llvm_write_output = could not write output to {$path}
|
|
|
|
|
codegen_llvm_write_output_with_llvm_err = could not write output to {$path}: {$llvm_err}
|
|
|
|
|
|
|
|
|
|
codegen_llvm_write_thinlto_key = error while writing ThinLTO key data: {$err}
|
|
|
|
|
codegen_llvm_write_thinlto_key_with_llvm_err = error while writing ThinLTO key data: {$err}: {$llvm_err}
|