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.
This commit is contained in:
commit
c96dac16c3
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
// assembly-output: emit-asm
|
// assembly-output: emit-asm
|
||||||
// min-llvm-version: 14.0
|
// min-llvm-version: 15.0
|
||||||
// only-x86_64
|
// only-x86_64
|
||||||
// revisions: opt-speed opt-size
|
// revisions: opt-speed opt-size
|
||||||
// [opt-speed] compile-flags: -Copt-level=1
|
// [opt-speed] compile-flags: -Copt-level=1
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// in some situations, see https://github.com/rust-lang/rust/issues/96497#issuecomment-1112865218
|
// in some situations, see https://github.com/rust-lang/rust/issues/96497#issuecomment-1112865218
|
||||||
|
|
||||||
// compile-flags: -O
|
// compile-flags: -O
|
||||||
// min-llvm-version: 14.0
|
// min-llvm-version: 15.0
|
||||||
|
|
||||||
#![crate_type="lib"]
|
#![crate_type="lib"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue