diff options
| author | Chris Denton <christophersdenton@gmail.com> | 2025-04-13 11:48:16 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-13 11:48:16 +0000 |
| commit | f1b31ae8df229535b845d3fd2e1dea19229ab428 (patch) | |
| tree | 2e9367d0e7d02df81d669d1b6c20ee6c8bccba74 /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | 9d2d6a040f369ac7afcde38f08a8c74a558879e2 (diff) | |
| parent | 15e1a6676cdaac8442959990806d33a40949aaca (diff) | |
| download | rust-f1b31ae8df229535b845d3fd2e1dea19229ab428.tar.gz rust-f1b31ae8df229535b845d3fd2e1dea19229ab428.zip | |
Rollup merge of #139177 - fneddy:fix_s390x_codegen_bswap, r=Mark-Simulacrum
Use -C target-cpu=z13 on s390x vector test currently we see a regression in the `dont-shuffle-bswaps.rs` on s390x. This is due to, the default s390x cpu is set to z10 [here](https://github.com/rust-lang/rust/blob/master/compiler/rustc_target/src/spec/targets/s390x_unknown_linux_gnu.rs#L9) which does not have vector instructions implemented. To make the test pass we need to create an extra test revision and set target-cpu at least to `z13`.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
