Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / CodeGen / overloadable-debug.c
blobc742f74f77ba8b0686950a923a6d96bd3daa871a
1 // RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s
3 __attribute__((overloadable)) void f1(a) int a; {
5 void f2(a) int a; {
8 // CHECK: !DISubprogram(name: "f1", linkageName: "_Z2f1i"
9 // CHECK: !DISubprogram(name: "f2", scope: {{.*}}, spFlags: DISPFlagDefinition,