diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-10-28 05:29:57 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-10-28 05:29:57 +0000 |
commit | 9c273ff0f57053e84edb82bb33571cb43b2041ac (patch) | |
tree | 8e6b14b21d0c5f0de520a49b2aeb601d4b994f6f | |
parent | 9c129f818038e0269ba6b095722aa70176dc321d (diff) |
Fix test for LLVM change r143186.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143187 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/debug-info-static-var.m | 5 |
1 files 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 |