diff options
| author | Josh Stone <jistone@redhat.com> | 2025-08-07 14:29:00 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2025-09-16 11:49:20 -0700 |
| commit | 580b4891aa23c0625539bf5ee55270f27af09072 (patch) | |
| tree | 71fe7429078d373a1e3acf7d947ba751df5297d6 /tests/codegen-llvm/comparison-operators-2-struct.rs | |
| parent | eec6bd9d69832f57341c6de6a93fa7b9f47e2111 (diff) | |
| download | rust-580b4891aa23c0625539bf5ee55270f27af09072.tar.gz rust-580b4891aa23c0625539bf5ee55270f27af09072.zip | |
Update the minimum external LLVM to 20
Diffstat (limited to 'tests/codegen-llvm/comparison-operators-2-struct.rs')
| -rw-r--r-- | tests/codegen-llvm/comparison-operators-2-struct.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen-llvm/comparison-operators-2-struct.rs b/tests/codegen-llvm/comparison-operators-2-struct.rs index e179066ebfd..d44f92f511b 100644 --- a/tests/codegen-llvm/comparison-operators-2-struct.rs +++ b/tests/codegen-llvm/comparison-operators-2-struct.rs @@ -1,5 +1,4 @@ //@ compile-flags: -C opt-level=1 -//@ min-llvm-version: 20 // The `derive(PartialOrd)` for a 2-field type doesn't override `lt`/`le`/`gt`/`ge`. // This double-checks that the `Option<Ordering>` intermediate values used |
