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
Copy file name to clipboardExpand all lines: Readme.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,8 @@ You need to do this steps to successfully compile and use the cranelift backend
121
121
* (Optional) run tests: `rustup run stage2 ./y.sh test`
122
122
8. 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`.
123
123
124
+
You can also set `rust-analyzer.rustc.source` to your rust workspace to get rust-analyzer to understand your changes.
125
+
124
126
## Configuration
125
127
126
128
See the documentation on the `BackendConfig` struct in [config.rs](src/config.rs) for all
0 commit comments