Skip to content

Commit 2e5a5e2

Browse files
authored
Rollup merge of rust-lang#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 rust-lang#89689
2 parents 827b540 + 8683d36 commit 2e5a5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/assembly/asm/bpf-types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// min-llvm-version: 10.0.1
1+
// min-llvm-version: 13.0
22
// assembly-output: emit-asm
33
// compile-flags: --target bpfel-unknown-none -C target_feature=+alu32
44
// needs-llvm-components: bpf

0 commit comments

Comments
 (0)