1 ; RUN: not llc -march=bpf < %s 2> %t1
2 ; RUN: FileCheck %s < %t1
3 ; CHECK: error: <unknown>:0:0: in function foo void (i32, ...): variadic functions are not supported
5 ; Function Attrs: nounwind readnone uwtable
6 define void @foo(i32 %a, ...) #0 {