diff options
| author | Josh Stone <jistone@redhat.com> | 2023-04-10 16:45:31 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2023-04-16 11:50:20 -0700 |
| commit | 33036159a4cf4972c8f8f149c9088c581da89f85 (patch) | |
| tree | 686ac046bf0dd4395caaed13dc4a3f47dd564014 /tests/codegen | |
| parent | 8a778ca1e35e4a8df95c00d800100d95e63e7722 (diff) | |
| download | rust-33036159a4cf4972c8f8f149c9088c581da89f85.tar.gz rust-33036159a4cf4972c8f8f149c9088c581da89f85.zip | |
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)] |
