diff options
Diffstat (limited to 'test/CodeGenObjC/debug-info-static-var.m')
-rw-r--r-- | test/CodeGenObjC/debug-info-static-var.m | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/test/CodeGenObjC/debug-info-static-var.m b/test/CodeGenObjC/debug-info-static-var.m index 8602ffb..2c10d59 100644 --- a/test/CodeGenObjC/debug-info-static-var.m +++ b/test/CodeGenObjC/debug-info-static-var.m @@ -1,14 +1,8 @@ -// REQUIRES: x86-64-registered-target -// RUN: %clang_cc1 -g -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -S -masm-verbose -o - %s | FileCheck %s +// RUN: %clang_cc1 -g -emit-llvm -o - %s | FileCheck %s // Radar 8801045 // Do not emit AT_MIPS_linkage_name for static variable i -// 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 -// CHECK-NEXT: DW_AT_location +// CHECK: metadata !"i", metadata !"i", metadata !"" @interface A { } |