summaryrefslogtreecommitdiff
path: root/test/FrontendC++
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-03-13 21:57:16 +0000
committerDevang Patel <dpatel@apple.com>2009-03-13 21:57:16 +0000
commit7ac01d954faf8930a337968fc4e5d84b27dcf0e4 (patch)
treec0008f1ce83c964b80f263c45df653b4137732c2 /test/FrontendC++
parentd52ec65b6ded621578642f9275adbd49de7519e1 (diff)
downloadllvm-7ac01d954faf8930a337968fc4e5d84b27dcf0e4.tar.gz
llvm-7ac01d954faf8930a337968fc4e5d84b27dcf0e4.tar.bz2
llvm-7ac01d954faf8930a337968fc4e5d84b27dcf0e4.tar.xz
Fix test case. Now, llvm-gcc emits debug info for artificiaal variable _comp_ctor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66963 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++')
-rw-r--r--test/FrontendC++/2009-02-16-CtorNames-dbg.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp b/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
index 401df90ab3..8f1b598aa2 100644
--- a/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
+++ b/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
@@ -1,8 +1,4 @@
// RUN: %llvmgcc -S -g --emit-llvm %s -o - | grep "\~A"
-// RUN: %llvmgcc -S -g --emit-llvm %s -o - | not grep comp_ctor
-// RUN: %llvmgcc -S -g --emit-llvm %s -o - | not grep comp_dtor
-// FIXME: This is failing on Darwin because of either r66861 or r66859.
-// XFAIL: darwin
class A {
int i;
public: