Skip to content

Commit

Permalink
bump failing assembly & codegen tests from LLVM 14 to LLVM 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Markeffsky committed Jan 17, 2023
1 parent 38a76f3 commit 1216cc7
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 1216cc7

Please sign in to comment.