brintos

brintos / llvm-project-archived public Read only

0
0
Text · 429 B · d1feefc Raw
16 lines · plain
1; RUN: not llc -mtriple=bpf < %s 2> %t12; RUN: FileCheck %s < %t13; CHECK: error: <unknown>:0:0: in function bar i32 (i32, i32, i32, i32, i32, i32): stack arguments are not supported4 5; Function Attrs: nounwind readnone uwtable6define i32 @bar(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f) #0 {7entry:8  ret i32 19}10 11; Function Attrs: nounwind readnone uwtable12define i32 @foo(i32 %a, i32 %b, i32 %c) #0 {13entry:14  ret i32 115}16