Update the minimum external LLVM to 14
This commit is contained in:
parent
2773383a31
commit
a06aaa4a9e
42 changed files with 54 additions and 205 deletions
|
|
@ -1,7 +1,6 @@
|
|||
// assembly-output: emit-asm
|
||||
// compile-flags: -Copt-level=1
|
||||
// only-x86_64
|
||||
// min-llvm-version: 14.0
|
||||
#![crate_type="rlib"]
|
||||
|
||||
// CHECK-LABEL: align_offset_byte_ptr
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
// compile-flags: -C no-prepopulate-passes
|
||||
// min-llvm-version: 14.0
|
||||
|
||||
#![crate_type = "lib"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// min-llvm-version: 14.0
|
||||
// revisions: O Os
|
||||
//[Os] compile-flags: -Copt-level=s
|
||||
//[O] compile-flags: -O
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
// only-x86_64
|
||||
// min-llvm-version: 14.0
|
||||
// compile-flags: -Copt-level=3
|
||||
|
||||
#![crate_type = "lib"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
// compile-flags: -C no-prepopulate-passes
|
||||
// min-llvm-version: 14.0
|
||||
|
||||
// Check that we use undef (and not zero) for uninitialized bytes in constants.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// min-llvm-version: 14.0
|
||||
// ignore-debug: the debug assertions get in the way
|
||||
// compile-flags: -O -Z merge-functions=disabled
|
||||
#![crate_type = "lib"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
// build-pass
|
||||
// ignore-pass
|
||||
// min-llvm-version: 14.0.0
|
||||
// revisions: all inline merge1 merge2
|
||||
// compile-flags: --crate-type=lib -Cdebuginfo=1 -Copt-level=2
|
||||
//
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
// needs-sanitizer-support
|
||||
// needs-sanitizer-memory
|
||||
// min-llvm-version: 14.0.0
|
||||
//
|
||||
// revisions: unoptimized optimized
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue