diff options
Diffstat (limited to 'clang/test/CodeGenObjC/debug-info-static-var.m')
-rw-r--r-- | clang/test/CodeGenObjC/debug-info-static-var.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-static-var.m b/clang/test/CodeGenObjC/debug-info-static-var.m index ac615d89215..50334250dfa 100644 --- a/clang/test/CodeGenObjC/debug-info-static-var.m +++ b/clang/test/CodeGenObjC/debug-info-static-var.m @@ -2,7 +2,7 @@ // Radar 8801045 // Do not emit AT_MIPS_linkage_name for static variable i -// CHECK: !MDGlobalVariable(name: "i" +// CHECK: !DIGlobalVariable(name: "i" // CHECK-NOT: linkageName: // CHECK-SAME: ){{$}} |