File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
llvm/test/tools/llvm-profdata Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,8 @@ CHECK: Build ID: [[ID:[[:xdigit:]]+]]
15
15
COM: Then match it with the profdata output.
16
16
CHECK-COUNT-1: BuildId: {{.*}}[[ID]]
17
17
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
-
21
18
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
22
20
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
23
21
24
22
BUILDID-NOT-MATCH: No matching executable segments found in binary
You can’t perform that action at this time.
0 commit comments