Skip to content

Commit

Permalink
llvm18 doesn't have range attributes in arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
the8472 committed Oct 9, 2024
1 parent 907a078 commit 2b66bb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/codegen/function-arguments.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//@ compile-flags: -O -C no-prepopulate-passes
//@ min-llvm-version: 19
#![crate_type = "lib"]
#![feature(dyn_star)]
#![feature(allocator_api)]
Expand Down
1 change: 1 addition & 0 deletions tests/codegen/slice-as_chunks.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//@ compile-flags: -O
//@ min-llvm-version: 19
//@ only-64bit (because the LLVM type of i64 for usize shows up)

#![crate_type = "lib"]
Expand Down
1 change: 1 addition & 0 deletions tests/codegen/slice-ref-equality.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//@ compile-flags: -O -Zmerge-functions=disabled
//@ min-llvm-version: 19
#![crate_type = "lib"]

use std::num::NonZero;
Expand Down

0 comments on commit 2b66bb6

Please sign in to comment.