Vedant Kumar | faaa42a | 2017-11-17 02:58:23 +0000 | [diff] [blame^] | 1 | # Test multithreaded error reporting. |
2 | |||||
3 | RUN: not llvm-profdata merge -j 4 -o %t.profdata \ | ||||
4 | RUN: %S/Inputs/counter-mismatch-1.proftext \ | ||||
5 | RUN: %S/Inputs/counter-mismatch-2.proftext \ | ||||
6 | RUN: %S/Inputs/counter-mismatch-3.proftext \ | ||||
7 | RUN: %S/Inputs/counter-mismatch-4.proftext \ | ||||
8 | RUN: 2>&1 | FileCheck %s | ||||
9 | |||||
10 | CHECK: Function basic block count change detected (counter mismatch) |