diff options
author | Eric Christopher <echristo@apple.com> | 2012-08-01 18:19:01 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-08-01 18:19:01 +0000 |
commit | 6635cad5480210d683aba7dc42627430b29fb0b4 (patch) | |
tree | ccfca84546caeec357ffe0c32083649cfae137f7 /test/DebugInfo/X86/concrete_out_of_line.ll | |
parent | 918067d52b54b53c33833077e254aa804022d0c3 (diff) |
Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causing
failures in the debug testsuite and possibly PR13486.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161121 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.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/DebugInfo/X86/concrete_out_of_line.ll b/test/DebugInfo/X86/concrete_out_of_line.ll index 36a6653bd1..a22707189b 100644 --- a/test/DebugInfo/X86/concrete_out_of_line.ll +++ b/test/DebugInfo/X86/concrete_out_of_line.ll @@ -7,7 +7,7 @@ ; first check that we have a TAG_subprogram at a given offset and it has ; AT_inline. -; CHECK: 0x0000013c: DW_TAG_subprogram [18] +; CHECK: 0x00000134: DW_TAG_subprogram [18] ; CHECK-NEXT: DW_AT_MIPS_linkage_name ; CHECK-NEXT: DW_AT_specification ; CHECK-NEXT: DW_AT_inline @@ -15,8 +15,8 @@ ; and then that a TAG_subprogram refers to it with AT_abstract_origin. -; CHECK: 0x0000018c: DW_TAG_subprogram [20] -; CHECK-NEXT: DW_AT_abstract_origin [DW_FORM_ref4] (cu + 0x013c => {0x0000013c}) +; CHECK: 0x00000184: DW_TAG_subprogram [20] +; CHECK-NEXT: DW_AT_abstract_origin [DW_FORM_ref4] (cu + 0x0134 => {0x00000134}) define i32 @_ZN17nsAutoRefCnt7ReleaseEv() { entry: |