aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/concrete_out_of_line.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-03-14 02:59:17 +0000
committerEric Christopher <echristo@apple.com>2012-03-14 02:59:17 +0000
commitfc7e9ef23941e8a9ab3055e9f50ac4704b6d24a2 (patch)
tree963da74f622dd5ac7fda814d03107e85ce7c20fe /test/DebugInfo/X86/concrete_out_of_line.ll
parent69ccf9fc0b131f2c71c3d60791425cbf52392ee4 (diff)
downloadexternal_llvm-fc7e9ef23941e8a9ab3055e9f50ac4704b6d24a2.zip
external_llvm-fc7e9ef23941e8a9ab3055e9f50ac4704b6d24a2.tar.gz
external_llvm-fc7e9ef23941e8a9ab3055e9f50ac4704b6d24a2.tar.bz2
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
output (we're emitting a specification already and the information isn't changing). Saves 1% on the debug information for a build of llvm. Fixes rdar://11043421 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152697 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/concrete_out_of_line.ll')
-rw-r--r--test/DebugInfo/X86/concrete_out_of_line.ll7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/DebugInfo/X86/concrete_out_of_line.ll b/test/DebugInfo/X86/concrete_out_of_line.ll
index 055a9bf..8e48665 100644
--- a/test/DebugInfo/X86/concrete_out_of_line.ll
+++ b/test/DebugInfo/X86/concrete_out_of_line.ll
@@ -7,16 +7,15 @@
; first check that we have a TAG_subprogram at a given offset and it has
; AT_inline.
-; CHECK: 0x00000130: DW_TAG_subprogram [18]
-; CHECK-NEXT: DW_AT_MIPS_linkage_name
+; CHECK: 0x0000012c: DW_TAG_subprogram [18]
; CHECK-NEXT: DW_AT_specification
; CHECK-NEXT: DW_AT_inline
; and then that a TAG_subprogram refers to it with AT_abstract_origin.
-; CHECK: 0x00000180: DW_TAG_subprogram [20]
-; CHECK-NEXT: DW_AT_abstract_origin [DW_FORM_ref4] (cu + 0x0130 => {0x00000130})
+; CHECK: 0x00000170: DW_TAG_subprogram [20]
+; CHECK-NEXT: DW_AT_abstract_origin [DW_FORM_ref4] (cu + 0x012c => {0x0000012c})
define i32 @_ZN17nsAutoRefCnt7ReleaseEv() {
entry: