diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2023-05-04 15:39:21 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2023-05-04 15:39:21 +0200 |
| commit | 00ac29d7b2e7a9a2da79f8754efc8e0d51e81886 (patch) | |
| tree | a123ba18014bcf67ffbdc962dc9190489f3f01c7 /compiler/rustc_codegen_llvm/messages.ftl | |
| parent | 6f8c0557e0b73c73a8a7163a15f4a5a3feca7d5c (diff) | |
| download | rust-00ac29d7b2e7a9a2da79f8754efc8e0d51e81886.tar.gz rust-00ac29d7b2e7a9a2da79f8754efc8e0d51e81886.zip | |
Output LLVM optimization remark kind in `-Cremark` output
Diffstat (limited to 'compiler/rustc_codegen_llvm/messages.ftl')
| -rw-r--r-- | compiler/rustc_codegen_llvm/messages.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/messages.ftl b/compiler/rustc_codegen_llvm/messages.ftl index b6d7484bcce..b8c6eb8199a 100644 --- a/compiler/rustc_codegen_llvm/messages.ftl +++ b/compiler/rustc_codegen_llvm/messages.ftl @@ -82,7 +82,7 @@ codegen_llvm_prepare_thin_lto_module_with_llvm_err = failed to prepare thin LTO 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} -codegen_llvm_from_llvm_optimization_diag = {$filename}:{$line}:{$column} {$pass_name}: {$message} +codegen_llvm_from_llvm_optimization_diag = {$filename}:{$line}:{$column} {$pass_name} ({$kind}): {$message} codegen_llvm_from_llvm_diag = {$message} codegen_llvm_write_bytecode = failed to write bytecode to {$path}: {$err} |
