about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2021-10-09 11:56:08 +0200
committerGitHub <noreply@github.com>2021-10-09 11:56:08 +0200
commit2e5a5e22b215b9dc59386315f5562c0517cec064 (patch)
treee04106a063fb7c42b2a898f95024ff6ce29fe4ac
parent827b540424cbd820ff7510083e65983dbe802b78 (diff)
parent8683d36042d6df8c4883c3562efb22a73bd1b324 (diff)
downloadrust-2e5a5e22b215b9dc59386315f5562c0517cec064.tar.gz
rust-2e5a5e22b215b9dc59386315f5562c0517cec064.zip
Rollup merge of #89697 - alessandrod:issue-89689, r=nikic
Fix min LLVM version for bpf-types test

The test requires https://reviews.llvm.org/D102118 which was released in LLVM 13.

Closes #89689
-rw-r--r--src/test/assembly/asm/bpf-types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/assembly/asm/bpf-types.rs b/src/test/assembly/asm/bpf-types.rs
index cc3863d03cd..7271ef11287 100644
--- a/src/test/assembly/asm/bpf-types.rs
+++ b/src/test/assembly/asm/bpf-types.rs
@@ -1,4 +1,4 @@
-// min-llvm-version: 10.0.1
+// min-llvm-version: 13.0
 // assembly-output: emit-asm
 // compile-flags: --target bpfel-unknown-none -C target_feature=+alu32
 // needs-llvm-components: bpf