diff options
| author | bors <bors@rust-lang.org> | 2023-11-25 13:08:29 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-11-25 13:08:29 +0000 |
| commit | 400cd47c288a273a38d63eb88d15d54dc72fbbbb (patch) | |
| tree | 67051a054509fec5d83e31fd9605c92a5b5e8d35 /scripts | |
| parent | abf08329bbcc0a3d7c91c3e5c98c458c77a968cc (diff) | |
| parent | 1988cf4a18f9c0d2a3fd6ebced72190a600f247f (diff) | |
| download | rust-400cd47c288a273a38d63eb88d15d54dc72fbbbb.tar.gz rust-400cd47c288a273a38d63eb88d15d54dc72fbbbb.zip | |
Auto merge of #118279 - bjorn3:sync_cg_clif-2023-11-25, r=bjorn3
Subtree sync for rustc_codegen_cranelift The main highlights this time are implementing a bunch of new vendor intrinsics and fixing some existing ones. And fixing polymorphization for coroutines. r? `@ghost` `@rustbot` label +A-codegen +A-cranelift +T-compiler
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index cdc78adcf85..a299b6de6b1 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -146,11 +146,6 @@ rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd -# rustc bugs -# ========== -# https://github.com/rust-lang/rust/pull/116447#issuecomment-1790451463 -rm tests/ui/coroutine/gen_block_*.rs - cp ../dist/bin/rustdoc-clif ../dist/bin/rustdoc # some tests expect bin/rustdoc to exist # prevent $(RUSTDOC) from picking up the sysroot built by x.py. It conflicts with the one used by |
