diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2024-10-30 13:14:34 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2024-11-14 17:44:54 +0800 |
| commit | 91fa16b211957f6d56bd2ec697c36b2301f2690a (patch) | |
| tree | c280d26decf80c181dbcd1c6d3afe7c637859dd1 /tests/codegen/call-metadata.rs | |
| parent | 7eee9faea1e5dd7b836027bbfcd9cf106ad88f1a (diff) | |
| download | rust-91fa16b211957f6d56bd2ec697c36b2301f2690a.tar.gz rust-91fa16b211957f6d56bd2ec697c36b2301f2690a.zip | |
tests: use `max-llvm-major-version` instead of `ignore-llvm-version` range like `N - 99`
For tests that use `ignore-llvm-version: N - M`, replace that with `max-llvm-major-version: N-1`.
Diffstat (limited to 'tests/codegen/call-metadata.rs')
| -rw-r--r-- | tests/codegen/call-metadata.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/call-metadata.rs b/tests/codegen/call-metadata.rs index 73c4b33e2cf..b986b4467fa 100644 --- a/tests/codegen/call-metadata.rs +++ b/tests/codegen/call-metadata.rs @@ -2,7 +2,7 @@ // scalar value. //@ compile-flags: -O -C no-prepopulate-passes -//@ ignore-llvm-version: 19 - 99 +//@ max-llvm-major-version: 18 #![crate_type = "lib"] |
