summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/debug-info-static-member.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-09-04 02:02:10 +0000
committerEric Christopher <echristo@gmail.com>2013-09-04 02:02:10 +0000
commit0a69049b6232a2183de23867c1fb2e4fa38ee093 (patch)
treecd716502ece2b3c120795b7d1dfa97217a7fc4d7 /test/DebugInfo/X86/debug-info-static-member.ll
parent04031a6c2266c32b658e412147334d553990cfd5 (diff)
downloadllvm-0a69049b6232a2183de23867c1fb2e4fa38ee093.tar.gz
llvm-0a69049b6232a2183de23867c1fb2e4fa38ee093.tar.bz2
llvm-0a69049b6232a2183de23867c1fb2e4fa38ee093.tar.xz
Remove the darwin gdb option, that version of gdb is now dead and
the rest of the compatibility should be done on a dwarf-N level. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189903 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/debug-info-static-member.ll')
-rw-r--r--test/DebugInfo/X86/debug-info-static-member.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/DebugInfo/X86/debug-info-static-member.ll b/test/DebugInfo/X86/debug-info-static-member.ll
index 4378115c6f..188703c100 100644
--- a/test/DebugInfo/X86/debug-info-static-member.ll
+++ b/test/DebugInfo/X86/debug-info-static-member.ll
@@ -151,7 +151,6 @@ declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
; DARWINP: DW_AT_external
; DARWINP: DW_AT_declaration
; DARWINP: DW_AT_accessibility [DW_FORM_data1] (0x03)
-; DARWINP: DW_AT_MIPS_linkage_name {{.*}} "_ZN1C1aE"
; DARWINP: DW_TAG_member
; DARWINP-NEXT: DW_AT_name {{.*}} "const_a"
; DARWINP: DW_AT_external
@@ -161,7 +160,6 @@ declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
; DARWINP: 0x[[DECL_B:[0-9a-f]+]]: DW_TAG_member
; DARWINP-NEXT: DW_AT_name {{.*}} "b"
; DARWINP: DW_AT_accessibility [DW_FORM_data1] (0x02)
-; DARWINP: DW_AT_MIPS_linkage_name {{.*}} "_ZN1C1bE"
; DARWINP: DW_TAG_member
; DARWINP-NEXT: DW_AT_name {{.*}} "const_b"
; DARWINP: DW_AT_accessibility [DW_FORM_data1] (0x02)
@@ -169,7 +167,6 @@ declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
; DARWINP: 0x[[DECL_C:[0-9a-f]+]]: DW_TAG_member
; DARWINP-NEXT: DW_AT_name {{.*}} "c"
; DARWINP: DW_AT_accessibility [DW_FORM_data1] (0x01)
-; DARWINP: DW_AT_MIPS_linkage_name {{.*}} "_ZN1C1cE"
; DARWINP: DW_TAG_member
; DARWINP-NEXT: DW_AT_name {{.*}} "const_c"
; DARWINP: DW_AT_accessibility [DW_FORM_data1] (0x01)