summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/debug-info-getter-name.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/debug-info-getter-name.m')
-rw-r--r--test/CodeGenObjC/debug-info-getter-name.m8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/CodeGenObjC/debug-info-getter-name.m b/test/CodeGenObjC/debug-info-getter-name.m
index e7d3a9a..3939f35 100644
--- a/test/CodeGenObjC/debug-info-getter-name.m
+++ b/test/CodeGenObjC/debug-info-getter-name.m
@@ -1,11 +1,7 @@
// REQUIRES: x86-64-registered-target
-// RUN: %clang_cc1 -fno-dwarf2-cfi-asm -triple x86_64-apple-darwin10 -fexceptions -fobjc-exceptions -S -g %s -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin10 -fexceptions -fobjc-exceptions -g %s -o - | FileCheck %s
-//CHECK: "-[InstanceVariablesEverywhereButTheInterface someString]":
-//CHECK: .quad "-[InstanceVariablesEverywhereButTheInterface someString]"
-//CHECK: .ascii "-[InstanceVariablesEverywhereButTheInterface someString]"
-//CHECK: .asciz "-[InstanceVariablesEverywhereButTheInterface someString]"
-//CHECK: "-[InstanceVariablesEverywhereButTheInterface someString].eh":
+// CHECK: {{.*}}, metadata !"-[InstanceVariablesEverywhereButTheInterface someString]", {{.*}}} ; [ DW_TAG_subprogram ]
//rdar: //8498026
OpenPOWER on IntegriCloud