Skip to content

Commit 148c42c

Browse files
Rollup merge of rust-lang#106995 - lukas-code:align_offset_assembly_test, r=cuviper
bump failing assembly & codegen tests from LLVM 14 to LLVM 15 These tests need LLVM 15. Found by `@Robert-Cunningham` in rust-lang#100601 (comment) Passed tests at 006506e93fc80318ebfd7939fe1fd4dc19ecd8cb in https://github.com/rust-lang/rust/actions/runs/3942442730/jobs/6746104740.
2 parents ba3c3d9 + 1216cc7 commit 148c42c

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)