Skip to content

Commit 2b66bb6

Browse files
committed
llvm18 doesn't have range attributes in arguments
1 parent 907a078 commit 2b66bb6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: tests/codegen/function-arguments.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ compile-flags: -O -C no-prepopulate-passes
2+
//@ min-llvm-version: 19
23
#![crate_type = "lib"]
34
#![feature(dyn_star)]
45
#![feature(allocator_api)]

Diff for: tests/codegen/slice-as_chunks.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ compile-flags: -O
2+
//@ min-llvm-version: 19
23
//@ only-64bit (because the LLVM type of i64 for usize shows up)
34

45
#![crate_type = "lib"]

Diff for: tests/codegen/slice-ref-equality.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ compile-flags: -O -Zmerge-functions=disabled
2+
//@ min-llvm-version: 19
23
#![crate_type = "lib"]
34

45
use std::num::NonZero;

0 commit comments

Comments
 (0)