From 9c273ff0f57053e84edb82bb33571cb43b2041ac Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Fri, 28 Oct 2011 05:29:57 +0000 Subject: [PATCH] Fix test for LLVM change r143186. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143187 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/debug-info-static-var.m | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/CodeGenObjC/debug-info-static-var.m b/test/CodeGenObjC/debug-info-static-var.m index 1f281d042d..c65e77c4d8 100644 --- a/test/CodeGenObjC/debug-info-static-var.m +++ b/test/CodeGenObjC/debug-info-static-var.m @@ -3,9 +3,8 @@ // Radar 8801045 // Do not emit AT_MIPS_linkage_name for static variable i -// CHECK: DW_TAG_variable -// CHECK-NEXT: .byte 105 ## DW_AT_name -// CHECK-NEXT: .byte 0 +// CHECK: Lset6 = Lstring3-Lsection_str ## DW_AT_name +// CHECK-NEXT: .long Lset6 // CHECK-NEXT: DW_AT_type // CHECK-NEXT: DW_AT_decl_file // CHECK-NEXT: DW_AT_decl_line -- 2.50.1