Skip to content

Commit 8683d36

Browse files
committed
Fix min LLVM version for bpf-types test
Closes #89689
1 parent f875143 commit 8683d36

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)