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 | c64f4a075fec9d832a79e01fa0164db9a95f082c (patch) | |
tree | b5c4d3e7a5cadcec453e0ba7fc4ae32a73797be1 /clang/test/CodeGenObjC | |
parent | cc64ae140d352c45aa1bf7af13577e8d6e61d006 (diff) | |
download | bcm5719-llvm-c64f4a075fec9d832a79e01fa0164db9a95f082c.tar.gz bcm5719-llvm-c64f4a075fec9d832a79e01fa0164db9a95f082c.zip |
Fix test for LLVM change r143186.
llvm-svn: 143187
Diffstat (limited to 'clang/test/CodeGenObjC')
-rw-r--r-- | clang/test/CodeGenObjC/debug-info-static-var.m | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-static-var.m b/clang/test/CodeGenObjC/debug-info-static-var.m index 1f281d042d1..c65e77c4d8d 100644 --- a/clang/test/CodeGenObjC/debug-info-static-var.m +++ b/clang/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 |