[dragonegg] r175990 - Remove testcase that was checking that llvm-gcc set DECL_IGNORED_P on an objc
Duncan Sands
baldrick at free.fr
Sun Feb 24 00:22:36 PST 2013
Author: baldrick
Date: Sun Feb 24 02:22:36 2013
New Revision: 175990
URL: http://llvm.org/viewvc/llvm-project?rev=175990&view=rev
Log:
Remove testcase that was checking that llvm-gcc set DECL_IGNORED_P on an objc
super class. Mainline gcc doesn't seem to do this, at least not anymore.
Removed:
dragonegg/trunk/test/validator/objc/2010-02-23-DbgInheritance.m
Removed: dragonegg/trunk/test/validator/objc/2010-02-23-DbgInheritance.m
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/validator/objc/2010-02-23-DbgInheritance.m?rev=175989&view=auto
==============================================================================
--- dragonegg/trunk/test/validator/objc/2010-02-23-DbgInheritance.m (original)
+++ dragonegg/trunk/test/validator/objc/2010-02-23-DbgInheritance.m (removed)
@@ -1,10 +0,0 @@
-// RUN: %dragonegg %s -S -g -o - | FileCheck %s
-// CHECK-NOT: DW_TAG_member
-// Interface P should not be a member of interface I in debug info.
- at interface P
- at end
-
- at interface I : P
- at end
-
-void fn(I *iptr) {}
More information about the llvm-commits
mailing list