diff options
| author | bors <bors@rust-lang.org> | 2023-04-18 08:38:04 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-04-18 08:38:04 +0000 |
| commit | 5fe3528be5ef12be3d12c7a9ee1b0bff9e3b35e4 (patch) | |
| tree | f46219afb5288e85034131985d12ede18e22613c /tests/codegen | |
| parent | 74864fa496997a6498e623f0d2019ccb7eb6dad0 (diff) | |
| parent | 6fe2406155183f0b46022b60a997adc67f9d1c2a (diff) | |
| download | rust-5fe3528be5ef12be3d12c7a9ee1b0bff9e3b35e4.tar.gz rust-5fe3528be5ef12be3d12c7a9ee1b0bff9e3b35e4.zip | |
Auto merge of #110242 - cuviper:vanilla-llvm-16, r=Mark-Simulacrum
ci: add a runner for vanilla LLVM 16 Like #107044, this will let us track compatibility with LLVM 16 going forward, especially after we eventually upgrade our own to the next. This also drops `tidy` here and in `x86_64-gnu-llvm-15`, syncing with that change in #106085.
Diffstat (limited to 'tests/codegen')
| -rw-r--r-- | tests/codegen/option-as-slice.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/codegen/option-as-slice.rs b/tests/codegen/option-as-slice.rs index d735d558374..1edd9ba9f7d 100644 --- a/tests/codegen/option-as-slice.rs +++ b/tests/codegen/option-as-slice.rs @@ -1,5 +1,7 @@ // compile-flags: -O -Z randomize-layout=no // only-x86_64 +// ignore-llvm-version: 16.0.0 +// ^ needs https://reviews.llvm.org/D146149 in 16.0.1 #![crate_type = "lib"] #![feature(option_as_slice)] |
