[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / BPF / many_args2.ll
blobc5d6349dd6e1a7c1ce2d4f1151e4277d4dae4fc4
1 ; RUN: not llc -march=bpf < %s 2> %t1
2 ; RUN: FileCheck %s < %t1
3 ; CHECK: error: <unknown>:0:0: in function bar i32 (i32, i32, i32, i32, i32, i32): stack arguments are not supported
5 ; Function Attrs: nounwind readnone uwtable
6 define i32 @bar(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f) #0 {
7 entry:
8   ret i32 1
11 ; Function Attrs: nounwind readnone uwtable
12 define i32 @foo(i32 %a, i32 %b, i32 %c) #0 {
13 entry:
14   ret i32 1