Skip to content

Commit bf832a1

Browse files
committed
fixup commit to clarify what is different between new llvm-profdata invocations and the earlier preexisting ones
1 parent 59575eb commit bf832a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/test/tools/llvm-profdata/memprof-buildid.test

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ CHECK: Build ID: [[ID:[[:xdigit:]]+]]
1515
COM: Then match it with the profdata output.
1616
CHECK-COUNT-1: BuildId: {{.*}}[[ID]]
1717

18-
Test that profile build id does not match build id in the binary
19-
RUN: not llvm-profdata show --memory %p/Inputs/buildid.memprofraw --profiled-binary %p/Inputs/basic.memprofexe -o - 2>&1 | FileCheck %s -check-prefix=BUILDID-NOT-MATCH
20-
2118
Test error message when profile build id does not match build id in a different binary.
19+
RUN: not llvm-profdata show --memory %p/Inputs/buildid.memprofraw --profiled-binary %p/Inputs/basic.memprofexe -o - 2>&1 | FileCheck %s -check-prefix=BUILDID-NOT-MATCH
2220
RUN: not llvm-profdata merge %p/Inputs/buildid.memprofraw %p/Inputs/basic.memprofraw --profiled-binary %p/Inputs/basic.memprofexe -o %t4.prof 2>&1 | FileCheck %s -check-prefix=BUILDID-NOT-MATCH
2321

2422
BUILDID-NOT-MATCH: No matching executable segments found in binary

0 commit comments

Comments
 (0)