diff options
| author | Eric Christopher <echristo@apple.com> | 2012-03-15 08:19:33 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2012-03-15 08:19:33 +0000 |
| commit | 7dd54fb695564de4fcd914dc2432e5be3d44a591 (patch) | |
| tree | baa439a6a8592c3b81e1c00e2f75a3e0379313f4 /llvm/test/DebugInfo/X86/DW_AT_specification.ll | |
| parent | ec5fedfaeb9cf520a0bedda71f0161865e79a045 (diff) | |
| download | bcm5719-llvm-7dd54fb695564de4fcd914dc2432e5be3d44a591.tar.gz bcm5719-llvm-7dd54fb695564de4fcd914dc2432e5be3d44a591.zip | |
Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting
out the DW_AT_name. Older gdbs unfortunately still use it to
disambiguate member functions in templated classes (gdb.cp/templates.exp).
rdar://11043421 (which is now deferred for a bit)
llvm-svn: 152782
Diffstat (limited to 'llvm/test/DebugInfo/X86/DW_AT_specification.ll')
| -rw-r--r-- | llvm/test/DebugInfo/X86/DW_AT_specification.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/DW_AT_specification.ll b/llvm/test/DebugInfo/X86/DW_AT_specification.ll index c4951da127c..e4c5c807bfd 100644 --- a/llvm/test/DebugInfo/X86/DW_AT_specification.ll +++ b/llvm/test/DebugInfo/X86/DW_AT_specification.ll @@ -4,7 +4,7 @@ ; test that the DW_AT_specification is a back edge in the file. ; CHECK: 0x00000038: DW_TAG_subprogram [5] * -; CHECK: 0x0000005a: DW_AT_specification [DW_FORM_ref4] (cu + 0x0038 => {0x00000038}) +; CHECK: 0x0000005e: DW_AT_specification [DW_FORM_ref4] (cu + 0x0038 => {0x00000038}) @_ZZN3foo3barEvE1x = constant i32 0, align 4 |

