X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_cranelift%2FReadme.md;h=0e9c77244d4cc85d765371e97370db5c0adebf11;hb=4f29ca386f83c1ac3a2c5f4a721c5533ab97f586;hp=1e84c7fa3657b37afeb26614a49896fab8846b40;hpb=fbb3650c89a45486e5c7a95f0cf7b3ce1657d5b4;p=rust.git diff --git a/compiler/rustc_codegen_cranelift/Readme.md b/compiler/rustc_codegen_cranelift/Readme.md index 1e84c7fa365..0e9c77244d4 100644 --- a/compiler/rustc_codegen_cranelift/Readme.md +++ b/compiler/rustc_codegen_cranelift/Readme.md @@ -37,7 +37,7 @@ Assuming `$cg_clif_dir` is the directory you cloned this repo into and you follo In the directory with your project (where you can do the usual `cargo build`), run: ```bash -$ $cg_clif_dir/build/cargo-clif build +$ $cg_clif_dir/dist/cargo-clif build ``` This will build your project with rustc_codegen_cranelift instead of the usual LLVM backend.