about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-10-21 19:54:51 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-10-21 19:54:51 +0000
commite07f47b6c524ec0deef65c66f10a501966037f26 (patch)
tree79234455dd7b4006fd30b50c4f4b13028550a79e /compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs
parent0d1664674a620f2c139be756a5cf7b1b057bc3a9 (diff)
parentc07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa (diff)
downloadrust-e07f47b6c524ec0deef65c66f10a501966037f26.tar.gz
rust-e07f47b6c524ec0deef65c66f10a501966037f26.zip
Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-2023-10-21
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs')
-rw-r--r--compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs b/compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs
index 84bfe15c13f..e6edc452cfb 100644
--- a/compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs
+++ b/compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs
@@ -20,7 +20,7 @@ use crate::prelude::*;
 
 pub(crate) fn producer() -> String {
     format!(
-        "cg_clif (rustc {}, cranelift {})",
+        "rustc version {} with cranelift {}",
         rustc_interface::util::rustc_version_str().unwrap_or("unknown version"),
         cranelift_codegen::VERSION,
     )