diff options
Diffstat (limited to 'test/CodeGenObjC/debug-info-static-var.m')
-rw-r--r-- | test/CodeGenObjC/debug-info-static-var.m | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGenObjC/debug-info-static-var.m b/test/CodeGenObjC/debug-info-static-var.m index 6828983b0830..50334250dfae 100644 --- a/test/CodeGenObjC/debug-info-static-var.m +++ b/test/CodeGenObjC/debug-info-static-var.m @@ -2,7 +2,9 @@ // Radar 8801045 // Do not emit AT_MIPS_linkage_name for static variable i -// CHECK: !"0x34\00i\00i\00\00{{.*}}" +// CHECK: !DIGlobalVariable(name: "i" +// CHECK-NOT: linkageName: +// CHECK-SAME: ){{$}} @interface A { } |