10 lines · plain
1; RUN: not llc -mtriple=bpf < %s 2> %t12; RUN: FileCheck %s < %t13; CHECK: error: <unknown>:0:0: in function foo void (i32, ...): variadic functions are not supported4 5; Function Attrs: nounwind readnone uwtable6define void @foo(i32 %a, ...) #0 {7entry:8 ret void9}10