[compiler-rt] 8d925a1 - [compiler-rt] Fix binary-id-path.c after da053415d214d6a66ff5f8c69eb35b2c9ada9caf
    Zequan Wu via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Feb  6 14:22:47 PST 2025
    
    
  
Author: Zequan Wu
Date: 2025-02-06T14:22:34-08:00
New Revision: 8d925a1c72600807199894b5852bd8a032eca795
URL: https://github.com/llvm/llvm-project/commit/8d925a1c72600807199894b5852bd8a032eca795
DIFF: https://github.com/llvm/llvm-project/commit/8d925a1c72600807199894b5852bd8a032eca795.diff
LOG: [compiler-rt] Fix binary-id-path.c after da053415d214d6a66ff5f8c69eb35b2c9ada9caf
Added: 
    
Modified: 
    compiler-rt/test/profile/Linux/binary-id-path.c
Removed: 
    
################################################################################
diff  --git a/compiler-rt/test/profile/Linux/binary-id-path.c b/compiler-rt/test/profile/Linux/binary-id-path.c
index 4e37fc2db91c0ba..a845fd424bcb765 100644
--- a/compiler-rt/test/profile/Linux/binary-id-path.c
+++ b/compiler-rt/test/profile/Linux/binary-id-path.c
@@ -25,6 +25,8 @@
 // BINARY-ID-NEXT: Total functions: 3
 // BINARY-ID-NEXT: Maximum function count: 2
 // BINARY-ID-NEXT: Maximum internal block count: 0
+// BINARY-ID-NEXT: Total number of blocks: 3
+// BINARY-ID-NEXT: Total count: 2
 // BINARY-ID-NEXT: Binary IDs:
 // BINARY-ID-NEXT: {{[0-9a-f]+}}
 // BINARY-ID-NEXT: {{[0-9a-f]+}}
        
    
    
More information about the llvm-commits
mailing list