about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/docs
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-05-25 18:51:16 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-05-25 18:51:16 +0000
commit3816385b09db445ab580043ed45218df8c1198ad (patch)
tree72c83caba4898e2393bf300c084aac0abb363271 /compiler/rustc_codegen_cranelift/docs
parent283db70ace62a0ae704a624e43b68c2ee44b87a6 (diff)
parent979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785 (diff)
downloadrust-3816385b09db445ab580043ed45218df8c1198ad.tar.gz
rust-3816385b09db445ab580043ed45218df8c1198ad.zip
Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-2025-05-25
Diffstat (limited to 'compiler/rustc_codegen_cranelift/docs')
-rw-r--r--compiler/rustc_codegen_cranelift/docs/usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/docs/usage.md b/compiler/rustc_codegen_cranelift/docs/usage.md
index dbe36109f83..9dcfee4f535 100644
--- a/compiler/rustc_codegen_cranelift/docs/usage.md
+++ b/compiler/rustc_codegen_cranelift/docs/usage.md
@@ -47,7 +47,7 @@ These are a few functions that allow you to easily run rust code from the shell
 
 ```bash
 function jit_naked() {
-    echo "$@" | $cg_clif_dir/dist/rustc-clif - -Zunstable-options -Cllvm-args=jit-mode-Cprefer-dynamic
+    echo "$@" | $cg_clif_dir/dist/rustc-clif - -Zunstable-options -Cllvm-args=jit-mode -Cprefer-dynamic
 }
 
 function jit() {