diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-01-18 06:59:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-18 06:59:21 +0100 |
| commit | c96dac16c3d94080e1516ef796da50ea906390c9 (patch) | |
| tree | 481efd630dc11d747552cd23726e395fa531cf0e /tests | |
| parent | 47ccca0c8632ac2b3d61ac5afbcf6a3b90b29921 (diff) | |
| parent | 1216cc7f1c7762bd82afeeb6ec22121f57980e80 (diff) | |
Rollup merge of #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 https://github.com/rust-lang/rust/pull/100601#issuecomment-1385400008 Passed tests at 006506e93fc80318ebfd7939fe1fd4dc19ecd8cb in https://github.com/rust-lang/rust/actions/runs/3942442730/jobs/6746104740.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/assembly/is_aligned.rs | 2 | ||||
| -rw-r--r-- | tests/codegen/issue-96497-slice-size-nowrap.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/assembly/is_aligned.rs b/tests/assembly/is_aligned.rs index 04b5de83423..620a3da9463 100644 --- a/tests/assembly/is_aligned.rs +++ b/tests/assembly/is_aligned.rs @@ -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 diff --git a/tests/codegen/issue-96497-slice-size-nowrap.rs b/tests/codegen/issue-96497-slice-size-nowrap.rs index a5dbef93460..0413ed6b26f 100644 --- a/tests/codegen/issue-96497-slice-size-nowrap.rs +++ b/tests/codegen/issue-96497-slice-size-nowrap.rs @@ -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"] |
