repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
BPF
/
vararg1.ll
blob
4a22db65e6928d1ae5fff73b95ab51b48998adf4
1
; RUN: not llc -march=bpf < %s 2> %t1
2
; RUN: FileCheck %s < %t1
3
; CHECK: with VarArgs
4
5
; Function Attrs: nounwind readnone uwtable
6
define void @foo(i32 %a, ...) #0 {
7
entry:
8
ret void
9
}