Skip to content

Commit 66ac3a8

Browse files
committed
llvm18 doesn't have range attributes in arguments
1 parent 2c19fc6 commit 66ac3a8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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)]

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"]

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)