Skip to content

Commit

Permalink
Rollup merge of rust-lang#106995 - lukas-code:align_offset_assembly_t…
Browse files Browse the repository at this point in the history
…est, 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.
  • Loading branch information
compiler-errors authored Jan 18, 2023
2 parents ba3c3d9 + 1216cc7 commit 148c42c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/assembly/is_aligned.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/codegen/issue-96497-slice-size-nowrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 148c42c

Please sign in to comment.