about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/docs/usage.md
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-09-06 18:51:03 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-09-06 18:51:03 +0000
commit521ed6e3080e9f680e5f89b2920d8dfd9f633b8b (patch)
treebbbbb38c556a040f751cedbcba00531b57a079ee /compiler/rustc_codegen_cranelift/docs/usage.md
parenta5b2ac6906d2b688db4938f842057cde6054449c (diff)
parentdda103b1e33c4902deca8bccf614991ada781fa6 (diff)
downloadrust-521ed6e3080e9f680e5f89b2920d8dfd9f633b8b.tar.gz
rust-521ed6e3080e9f680e5f89b2920d8dfd9f633b8b.zip
Merge commit 'dda103b1e33c4902deca8bccf614991ada781fa6' into sync_cg_clif-2023-09-06
Diffstat (limited to 'compiler/rustc_codegen_cranelift/docs/usage.md')
-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 c6210f958d6..135a51ce392 100644
--- a/compiler/rustc_codegen_cranelift/docs/usage.md
+++ b/compiler/rustc_codegen_cranelift/docs/usage.md
@@ -54,7 +54,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-features -Cllvm-args=mode=jit -Cprefer-dynamic
+    echo "$@" | $cg_clif_dir/dist/rustc-clif - -Zunstable-options -Cllvm-args=mode=jit-lazy -Cprefer-dynamic
 }
 
 function jit() {