Merge commit 'ba315abda7' into sync_cg_clif-2025-03-30

This commit is contained in:
bjorn3 2025-03-30 15:43:48 +00:00
parent 0b2acddf01
commit 15dbafa81e
41 changed files with 533 additions and 1419 deletions

View file

@ -49,13 +49,13 @@ If you want to build the backend manually, you can download it from GitHub and b
```bash
$ git clone https://github.com/rust-lang/rustc_codegen_cranelift
$ cd rustc_codegen_cranelift
$ ./y.sh prepare
$ ./y.sh build
```
To run the test suite replace the last command with:
```bash
$ ./y.sh prepare # only needs to be run the first time
$ ./test.sh
```