Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b66bb6

Browse files
committedOct 9, 2024·
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
 

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