forked from OSchip/llvm-project
MIPS linkage name confuses gdb here. Generate and test DW_AT_name here.
llvm-svn: 86318
This commit is contained in:
parent
bde558c536
commit
22053c0f46
|
|
@ -1,4 +1,4 @@
|
||||||
// RUN: clang -ccc-host-triple i386-apple-darwin10 -S -g -dA %s -o - | FileCheck %s
|
// RUN: clang -ccc-host-triple i386-apple-darwin10 -S -g -dA %s -o - | FileCheck %s
|
||||||
int global;
|
int global;
|
||||||
// CHECK: asciz "global" ## DW_AT_MIPS_linkage_name
|
// CHECK: asciz "global" ## DW_AT_name
|
||||||
int main() { return 0;}
|
int main() { return 0;}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue