Vedant Kumar | faaa42a | 2017-11-17 02:58:23 +0000 | [diff] [blame] | 1 | # Test multithreaded error reporting. |
| 2 | |
Vedant Kumar | 188efda | 2017-11-17 21:18:32 +0000 | [diff] [blame] | 3 | RUN: llvm-profdata merge -j 4 -o %t.profdata \ |
Vedant Kumar | faaa42a | 2017-11-17 02:58:23 +0000 | [diff] [blame] | 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) |