[SCFToGPU] Convert scf.parallel+scf.reduce to gpu.all_reduce (#122782)
[llvm-project.git] / compiler-rt / test / profile / AIX / function-section-bcdtor-mbr.c
blob0ac48fa49b99d3f708024b9a18caaa471a7cae0f
1 // RUN: rm -f %t.profraw
2 // RUN: %clang_pgogen -ffunction-sections -Wl,-bcdtors:mbr %s -o %t.gen
3 // RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t.gen
4 // RUN: llvm-profdata show %t.profraw --all-functions | FileCheck %s
6 int foo() { return 0; }
7 int main() { return foo();}
9 // CHECK: Total functions: 2