[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / CodeGen / mcount-aix.c
blob275af35bcce206f5d66f62cac817be743046c23d
1 // RUN: %clang_cc1 -disable-llvm-passes -pg -triple powerpc-ibm-aix7.2.0.0 -emit-llvm %s -o - | FileCheck %s
2 // RUN: %clang_cc1 -disable-llvm-passes -pg -triple powerpc64-ibm-aix7.2.0.0 -emit-llvm %s -o - | FileCheck %s
4 void foo() {
5 // CHECK: define void @foo() #0 {
8 void bar() {
9 // CHECK: define void @bar() #0 {
10 foo();
13 // CHECK: attributes #0 = { {{.*}}"instrument-function-entry-inlined"="__mcount"