diff options
author | Paul Robinson <paul_robinson@playstation.sony.com> | 2015-03-10 22:44:45 +0000 |
---|---|---|
committer | Paul Robinson <paul_robinson@playstation.sony.com> | 2015-03-10 22:44:45 +0000 |
commit | 857b4434df18a6ebcf26eebbb5daaace54b237a2 (patch) | |
tree | 0687c51d5a81efc75858179bf9489308198427dd /llvm/test/DebugInfo/X86/arguments.ll | |
parent | 1c292271448644886527879ce69354503b3233d7 (diff) | |
download | bcm5719-llvm-857b4434df18a6ebcf26eebbb5daaace54b237a2.tar.gz bcm5719-llvm-857b4434df18a6ebcf26eebbb5daaace54b237a2.zip |
Emit correct linkage-name attribute based on DWARF version.
There are still 4 tests that check for DW_AT_MIPS_linkage_name,
because they specify DWARF 2 or 3 in the module metadata. So, I didn't
create an explicit version-based test for the attribute.
Differential Revision: http://reviews.llvm.org/D8227
llvm-svn: 231880
Diffstat (limited to 'llvm/test/DebugInfo/X86/arguments.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/arguments.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/arguments.ll b/llvm/test/DebugInfo/X86/arguments.ll index 9e8c11d1749..1b33f4ede49 100644 --- a/llvm/test/DebugInfo/X86/arguments.ll +++ b/llvm/test/DebugInfo/X86/arguments.ll @@ -16,7 +16,7 @@ ; CHECK: debug_info contents ; CHECK: DW_TAG_subprogram ; CHECK-NOT: DW_TAG -; CHECK: DW_AT_MIPS_linkage_name{{.*}}"_Z4func3fooS_" +; CHECK: DW_AT_linkage_name{{.*}}"_Z4func3fooS_" ; CHECK-NOT: NULL ; CHECK: DW_TAG_formal_parameter ; CHECK-NOT: DW_TAG |