Sign in
swiftshader
/
SwiftShader
/
d53eecaeebca0d0817c84f3540035d7651a1160a
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
CodeGen
/
BPF
/
vararg1.ll
blob: 4a22db65e6928d1ae5fff73b95ab51b48998adf4 [
file
] [
log
] [
blame
]
; 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
}