We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ffc42 commit 2f36416Copy full SHA for 2f36416
Readme.md
@@ -7,7 +7,7 @@
7
```bash
8
$ git clone https://github.com/bjorn3/rustc_codegen_cranelift.git
9
$ cd rustc_codegen_cranelift
10
-$ ./prepare.sh # downloads and patches sysroot src and installs hyperfine for benchmarking
+$ ./prepare.sh # download and patch sysroot src and install hyperfine for benchmarking
11
$ ./test.sh
12
```
13
@@ -18,7 +18,7 @@ $ ./test.sh
18
### Rustc
19
20
21
-$ rustc -Cpanic=abort -Zcodegen-backend=$cg_clif_dir/target/debug/librustc_codegen_cranelift.so my_crate.rs
+$ rustc -Cpanic=abort -Zcodegen-backend=$cg_clif_dir/target/debug/librustc_codegen_cranelift.so --sysroot $cg_clif_dir/build_sysroot/sysroot my_crate.rs
22
23
24
### Cargo
0 commit comments