about summary refs log tree commit diff
path: root/src/test/codegen/alloc-optimisation.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-10-23 20:59:29 +0000
committerbors <bors@rust-lang.org>2021-10-23 20:59:29 +0000
commit45591408b18e7f93fcf8c09210c9a5a102d84b37 (patch)
tree5344f3519ec782c658ef5770dc02fe4178b99931 /src/test/codegen/alloc-optimisation.rs
parent91b931926fd49fc97d1e39f2b8206abf1d77ce7d (diff)
parent8b1504cfb73894040f8096623e6f9d4559c9eb7f (diff)
downloadrust-45591408b18e7f93fcf8c09210c9a5a102d84b37.tar.gz
rust-45591408b18e7f93fcf8c09210c9a5a102d84b37.zip
Auto merge of #90175 - cuviper:min-llvm-12, r=nagisa
Update the minimum external LLVM to 12

With this change, we'll have stable support for LLVM 12 and 13.
For reference, the previous increase to LLVM 10 was #83387,
and this replaces the pending increase to LLVM 11 in #90062.

r? `@nagisa` `@nikic`
Diffstat (limited to 'src/test/codegen/alloc-optimisation.rs')
-rw-r--r--src/test/codegen/alloc-optimisation.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/codegen/alloc-optimisation.rs b/src/test/codegen/alloc-optimisation.rs
index aee93b93e37..c3ffaeb9547 100644
--- a/src/test/codegen/alloc-optimisation.rs
+++ b/src/test/codegen/alloc-optimisation.rs
@@ -1,6 +1,5 @@
 //
 // no-system-llvm
-// min-llvm-version: 10.0.1
 // compile-flags: -O
 #![crate_type="lib"]