From 7ac01d954faf8930a337968fc4e5d84b27dcf0e4 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 13 Mar 2009 21:57:16 +0000 Subject: 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 --- test/FrontendC++/2009-02-16-CtorNames-dbg.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/FrontendC++') 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: -- cgit v1.2.3