diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-10-27 07:11:43 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-10-27 07:11:43 +0000 |
commit | b25abd1a5435b460deb35bc0a04c5aad1df24bd6 (patch) | |
tree | 5f13ae8f5f563356db53715a4b9d5fad8d88a64e /clang/test/CodeGenObjC/debug-info-getter-name.m | |
parent | d59c0cac6ca1c5ced89588926fb2b1345a8ff682 (diff) | |
download | bcm5719-llvm-b25abd1a5435b460deb35bc0a04c5aad1df24bd6.tar.gz bcm5719-llvm-b25abd1a5435b460deb35bc0a04c5aad1df24bd6.zip |
Move these test from checking assembly to checking LLVM IR. Should fix fallout
from r143097.
llvm-svn: 143098
Diffstat (limited to 'clang/test/CodeGenObjC/debug-info-getter-name.m')
-rw-r--r-- | clang/test/CodeGenObjC/debug-info-getter-name.m | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-getter-name.m b/clang/test/CodeGenObjC/debug-info-getter-name.m index e7d3a9a8749..fe28b12ac09 100644 --- a/clang/test/CodeGenObjC/debug-info-getter-name.m +++ b/clang/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: !30 = metadata !{i32 720942, i32 0, metadata !6, metadata !"-[InstanceVariablesEverywhereButTheInterface someString]", metadata !"-[InstanceVariablesEverywhereButTheInterface someString]", metadata !"", metadata !6, i32 27, metadata !31, i1 true, i1 true, i32 0, i32 0, i32 0, i32 320, i1 false, %1* (%0*, i8*)* @"\01-[InstanceVariablesEverywhereButTheInterface someString]", null, null, metadata !33} ; [ DW_TAG_subprogram ] //rdar: //8498026 |