Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / profile / Windows / instrprof-multiprocess.test
blobae5ebd45bec9543d3f8b79395789a33332cde524
1 RUN: %clang_profgen %S/Inputs/instrprof-multiprocess.c -o %t
2 RUN: rm -f %t_*.profraw
3 RUN: env LLVM_PROFILE_FILE=%t_%m.profraw %run %t
4 RUN: llvm-profdata show --counts -function=foo %t_*.profraw | FileCheck %s
6 CHECK: Counters:
7 CHECK:   foo:
8 CHECK:     Function count: 10
9 CHECK:     Block counts: [5, 5]
10 CHECK: Functions shown: 1