Skip to content

Commit 12f82fb

Browse files
authored
[compiler-rt] Fix Windows test after profile summary change (llvm#124318)
Fix a Windows compiler-rt test that llvm#105915 broke.
1 parent 0cd794d commit 12f82fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

compiler-rt/test/profile/Windows/binary-id.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,26 @@ int main() {
6262
// BINARY-ID-RAW-PROF-NEXT: Total functions: 3
6363
// BINARY-ID-RAW-PROF-NEXT: Maximum function count: 1
6464
// BINARY-ID-RAW-PROF-NEXT: Maximum internal block count: 0
65+
// BINARY-ID-RAW-PROF-NEXT: Total number of blocks:
66+
// BINARY-ID-RAW-PROF-NEXT: Total count:
6567
// BINARY-ID-RAW-PROF-NEXT: Binary IDs:
6668
// BINARY-ID-RAW-PROF-NEXT: {{[0-9a-f]+}}
6769

6870
// ONE-BINARY-ID: Instrumentation level: Front-end
6971
// ONE-BINARY-ID-NEXT: Total functions: 3
7072
// ONE-BINARY-ID-NEXT: Maximum function count: 3
7173
// ONE-BINARY-ID-NEXT: Maximum internal block count: 0
74+
// ONE-BINARY-ID-NEXT: Total number of blocks:
75+
// ONE-BINARY-ID-NEXT: Total count:
7276
// ONE-BINARY-ID-NEXT: Binary IDs:
7377
// ONE-BINARY-ID-NEXT: {{[0-9a-f]+}}
7478

7579
// MULTI-BINARY-ID: Instrumentation level: Front-end
7680
// MULTI-BINARY-ID-NEXT: Total functions: 3
7781
// MULTI-BINARY-ID-NEXT: Maximum function count: 1
7882
// MULTI-BINARY-ID-NEXT: Maximum internal block count: 0
83+
// MULTI-BINARY-ID-NEXT: Total number of blocks:
84+
// MULTI-BINARY-ID-NEXT: Total count:
7985
// MULTI-BINARY-ID-NEXT: Binary IDs:
8086
// MULTI-BINARY-ID-NEXT: {{[0-9a-f]+}}
8187
// MULTI-BINARY-ID-NEXT: {{[0-9a-f]+}}

0 commit comments

Comments
 (0)