Skip to content

Commit 1216cc7

Browse files
author
Lukas Markeffsky
committed
bump failing assembly & codegen tests from LLVM 14 to LLVM 15
1 parent 38a76f3 commit 1216cc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/assembly/is_aligned.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// assembly-output: emit-asm
2-
// min-llvm-version: 14.0
2+
// min-llvm-version: 15.0
33
// only-x86_64
44
// revisions: opt-speed opt-size
55
// [opt-speed] compile-flags: -Copt-level=1

tests/codegen/issue-96497-slice-size-nowrap.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// in some situations, see https://github.com/rust-lang/rust/issues/96497#issuecomment-1112865218
44

55
// compile-flags: -O
6-
// min-llvm-version: 14.0
6+
// min-llvm-version: 15.0
77

88
#![crate_type="lib"]
99

0 commit comments

Comments
 (0)