blob: 8e704cf85a691721fe32221f73ea0a13e3abe7c5 [file] [log] [blame]
Vedant Kumarfaaa42a2017-11-17 02:58:23 +00001# Test multithreaded error reporting.
2
Vedant Kumar188efda2017-11-17 21:18:32 +00003RUN: llvm-profdata merge -j 4 -o %t.profdata \
Vedant Kumarfaaa42a2017-11-17 02:58:23 +00004RUN: %S/Inputs/counter-mismatch-1.proftext \
5RUN: %S/Inputs/counter-mismatch-2.proftext \
6RUN: %S/Inputs/counter-mismatch-3.proftext \
7RUN: %S/Inputs/counter-mismatch-4.proftext \
8RUN: 2>&1 | FileCheck %s
9
10CHECK: Function basic block count change detected (counter mismatch)