Skip to content

Commit

Permalink
Rollup merge of #106995 - lukas-code:align_offset_assembly_test, r=cu…
Browse files Browse the repository at this point in the history
…viper

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

These tests need LLVM 15.

Found by ```@Robert-Cunningham``` in #100601 (comment)

Passed tests at 006506e93fc80318ebfd7939fe1fd4dc19ecd8cb in https://github.com/rust-lang/rust/actions/runs/3942442730/jobs/6746104740.
  • Loading branch information
matthiaskrgr authored Jan 18, 2023
2 parents 47ccca0 + 1216cc7 commit c96dac1
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 c96dac1

Please sign in to comment.