diff options
| author | bors <bors@rust-lang.org> | 2023-11-27 21:54:03 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-11-27 21:54:03 +0000 |
| commit | 49b3924bd4a34d3cf9c37b74120fba78d9712ab8 (patch) | |
| tree | d5a8f3f48deccebd38ca64972b8c8d9f55af9988 /tests/codegen/vec-in-place.rs | |
| parent | 6eb95240477475f273bf086cd7ad7a855364dc36 (diff) | |
| parent | 7de6d04bc8033644c09fd1273b6fb3164d04fab3 (diff) | |
| download | rust-49b3924bd4a34d3cf9c37b74120fba78d9712ab8.tar.gz rust-49b3924bd4a34d3cf9c37b74120fba78d9712ab8.zip | |
Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviper
Update the minimum external LLVM to 16. With this change, we'll have stable support for LLVM 16 and 17. For reference, the previous increase to LLVM 15 was #114148 [Relevant zulip discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/riscv.20forced-atomics)
Diffstat (limited to 'tests/codegen/vec-in-place.rs')
| -rw-r--r-- | tests/codegen/vec-in-place.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/vec-in-place.rs b/tests/codegen/vec-in-place.rs index d68067ceb19..5cf7add836d 100644 --- a/tests/codegen/vec-in-place.rs +++ b/tests/codegen/vec-in-place.rs @@ -1,6 +1,5 @@ // ignore-debug: the debug assertions get in the way // compile-flags: -O -Z merge-functions=disabled -// min-llvm-version: 16 #![crate_type = "lib"] // Ensure that trivial casts of vec elements are O(1) |
