More doc fixes

This commit is contained in:
bjorn3 2021-03-06 19:22:36 +01:00
parent be3aa0689e
commit 95e4db3e03
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ $ $cg_clif_dir/build/cargo.sh build
This will build your project with rustc_codegen_cranelift instead of the usual LLVM backend.
For additional ways to use rustc_codegen_cranelift like the JIT mode see [full_usage.md](docs/full_usage.md).
For additional ways to use rustc_codegen_cranelift like the JIT mode see [usage.md](docs/usage.md).
## Env vars

View file

@ -12,7 +12,7 @@ In the directory with your project (where you can do the usual `cargo build`), r
$ $cg_clif_dir/build/cargo.sh build
```
This will build and run your project with rustc_codegen_cranelift instead of the usual LLVM backend.
This will build your project with rustc_codegen_cranelift instead of the usual LLVM backend.
## Rustc