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/issues/issue-101082.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/issues/issue-101082.rs')
| -rw-r--r-- | tests/codegen/issues/issue-101082.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/issues/issue-101082.rs b/tests/codegen/issues/issue-101082.rs index 2cbe99942cb..58fcd75a8f2 100644 --- a/tests/codegen/issues/issue-101082.rs +++ b/tests/codegen/issues/issue-101082.rs @@ -1,5 +1,4 @@ // compile-flags: -O -// min-llvm-version: 16 // ignore-debug: the debug assertions get in the way #![crate_type = "lib"] |
