bump failing assembly & codegen tests from LLVM 14 to LLVM 15

This commit is contained in:
Lukas Markeffsky 2023-01-17 19:35:19 +01:00
parent 38a76f3322
commit 1216cc7f1c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// assembly-output: emit-asm
// min-llvm-version: 14.0
// min-llvm-version: 15.0
// only-x86_64
// revisions: opt-speed opt-size
// [opt-speed] compile-flags: -Copt-level=1

View File

@ -3,7 +3,7 @@
// in some situations, see https://github.com/rust-lang/rust/issues/96497#issuecomment-1112865218
// compile-flags: -O
// min-llvm-version: 14.0
// min-llvm-version: 15.0
#![crate_type="lib"]