Skip to content

Commit

Permalink
[BPF] Match CHECK w/ LLVM_ENABLE_ASSERTIONS=OFF (D156136)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird authored and chapuni committed Aug 1, 2023
1 parent 15941dd commit 59afd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/BPF/many_args1.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; RUN: not llc -march=bpf < %s 2> %t1
; RUN: FileCheck %s < %t1
; CHECK: error: <unknown>:0:0: in function foo i32 (i32, i32, i32): t10: i64 = GlobalAddress<ptr @bar> 0 too many arguments
; CHECK: error: <unknown>:0:0: in function foo i32 (i32, i32, i32): {{t10|0x[0-f]+}}: i64 = GlobalAddress<ptr @bar> 0 too many arguments

; Function Attrs: nounwind uwtable
define i32 @foo(i32 %a, i32 %b, i32 %c) #0 {
Expand Down

0 comments on commit 59afd29

Please sign in to comment.