• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Test multithreaded error reporting.
2
3RUN: llvm-profdata merge -j 4 -o %t.profdata \
4RUN:   %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)
11