forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#107269 - bjorn3:sync_cg_clif-2023-01-24, r=bj…
…orn3 Sync rustc_codegen_cranelift For cg_clif itself there have been a couple of bug fixes since the last sync, a Cranelift update and implemented all remaining simd platform intrinsics used by `std::simd`. (`std::arch` still misses a lot though) Most of the diff is from reworking of the cg_clif build system though. r? `@ghost` `@rustbot` label +A-codegen +A-cranelift +T-compiler
- Loading branch information
Showing
47 changed files
with
1,388 additions
and
1,106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,16 @@ | ||
task: | ||
name: freebsd | ||
freebsd_instance: | ||
image: freebsd-12-1-release-amd64 | ||
image: freebsd-13-1-release-amd64 | ||
setup_rust_script: | ||
- pkg install -y curl git bash | ||
- curl https://sh.rustup.rs -sSf --output rustup.sh | ||
- sh rustup.sh --default-toolchain none -y --profile=minimal | ||
cargo_bin_cache: | ||
folder: ~/.cargo/bin | ||
target_cache: | ||
folder: target | ||
prepare_script: | ||
- . $HOME/.cargo/env | ||
- ./y.rs prepare | ||
test_script: | ||
- . $HOME/.cargo/env | ||
- # Enable backtraces for easier debugging | ||
- export RUST_BACKTRACE=1 | ||
- # Reduce amount of benchmark runs as they are slow | ||
- export COMPILE_RUNS=2 | ||
- export RUN_RUNS=2 | ||
- ./y.rs test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 0 additions & 59 deletions
59
compiler/rustc_codegen_cranelift/.github/workflows/nightly-cranelift.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.