[llvm] 59afd29 - [BPF] Match CHECK w/ LLVM_ENABLE_ASSERTIONS=OFF (D156136)

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 19:14:56 PDT 2023


Author: Tamir Duberstein
Date: 2023-08-01T11:12:43+09:00
New Revision: 59afd298996ccefbf6ec033f9dd1d1a67f157a7c

URL: https://github.com/llvm/llvm-project/commit/59afd298996ccefbf6ec033f9dd1d1a67f157a7c
DIFF: https://github.com/llvm/llvm-project/commit/59afd298996ccefbf6ec033f9dd1d1a67f157a7c.diff

LOG: [BPF] Match CHECK w/ LLVM_ENABLE_ASSERTIONS=OFF (D156136)

Added: 
    

Modified: 
    llvm/test/CodeGen/BPF/many_args1.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/BPF/many_args1.ll b/llvm/test/CodeGen/BPF/many_args1.ll
index 9e9a3fdfc95344..e5e782673c507e 100644
--- a/llvm/test/CodeGen/BPF/many_args1.ll
+++ b/llvm/test/CodeGen/BPF/many_args1.ll
@@ -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 {


        


More information about the llvm-commits mailing list