More doc fixes
This commit is contained in:
parent
be3aa0689e
commit
95e4db3e03
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
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
|
## Env vars
|
||||||
|
|
||||||
|
|
|
@ -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
|
$ $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
|
## Rustc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue