summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2009-10-20-GlobalDebug.c
blob: eea3fb5307b4326b16af8c7309b8d6873d7b6907 (plain)
1
2
3
4
// RUN: clang -ccc-host-triple i386-apple-darwin10 -S -g -dA %s -o - | FileCheck %s
int global;
// CHECK: asciz  "global"                                    ## DW_AT_MIPS_linkage_name
int main() { return 0;}
OpenPOWER on IntegriCloud