diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-04-14 14:01:31 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-04-14 14:01:31 +0000 |
| commit | dbe13110f59f48b4dbb7552b3ac2935acdeece7f (patch) | |
| tree | be1815eb79b42ff482a8562b13c2dcbf0c5dcbee /test/CodeGenObjC/debug-info-getter-name.m | |
| parent | 9da628931ebf2609493570f87824ca22402cc65f (diff) | |
Notes
Diffstat (limited to 'test/CodeGenObjC/debug-info-getter-name.m')
| -rw-r--r-- | test/CodeGenObjC/debug-info-getter-name.m | 8 |
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 e7d3a9a8749e5..3939f355b68f6 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 |
