allwinner_a64/android/external/llvm/test/CodeGen/BPF/vararg1.ll
2018-08-08 16:14:42 +08:00

9 lines
186 B
LLVM

; RUN: not llc -march=bpf < %s 2> %t1
; RUN: FileCheck %s < %t1
; CHECK: with VarArgs
; Function Attrs: nounwind readnone uwtable
define void @foo(i32 %a, ...) #0 {
entry:
ret void
}