You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8. You need to prefix every `./y.rs` (or `y` if you built `y.rs`) command by `rustup run stage2` to make cg_clif use your local changes in rustc.
70
+
71
+
*`rustup run stage2 ./y.rs prepare`
72
+
*`rustup run stage2 ./y.rs build`
73
+
* (Optional) run tests: `rustup run stage2 ./y.rs test`
74
+
9. Now you can use your cg_clif build to compile other Rust programs, e.g. you can open any Rust crate and run commands like `$RustCheckoutDir/compiler/rustc_codegen_cranelift/dist/cargo-clif build --release`.
75
+
50
76
## Configuration
51
77
52
78
See the documentation on the `BackendConfig` struct in [config.rs](src/config.rs) for all
0 commit comments