diff options
Diffstat (limited to 'clang/test/CodeGenObjC/debug-info-static-var.m')
-rw-r--r-- | clang/test/CodeGenObjC/debug-info-static-var.m | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-static-var.m b/clang/test/CodeGenObjC/debug-info-static-var.m index 6828983b083..ac615d89215 100644 --- a/clang/test/CodeGenObjC/debug-info-static-var.m +++ b/clang/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: !MDGlobalVariable(name: "i" +// CHECK-NOT: linkageName: +// CHECK-SAME: ){{$}} @interface A { } |