[llvm-commits] [llvm] r96975 - /llvm/trunk/test/FrontendObjC/2010-02-23-DbgInheritance.m

Devang Patel dpatel at apple.com
Tue Feb 23 11:37:40 PST 2010


Author: dpatel
Date: Tue Feb 23 13:37:40 2010
New Revision: 96975

URL: http://llvm.org/viewvc/llvm-project?rev=96975&view=rev
Log:
new test case for r96974.

Added:
    llvm/trunk/test/FrontendObjC/2010-02-23-DbgInheritance.m

Added: llvm/trunk/test/FrontendObjC/2010-02-23-DbgInheritance.m
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendObjC/2010-02-23-DbgInheritance.m?rev=96975&view=auto
==============================================================================
--- llvm/trunk/test/FrontendObjC/2010-02-23-DbgInheritance.m (added)
+++ llvm/trunk/test/FrontendObjC/2010-02-23-DbgInheritance.m Tue Feb 23 13:37:40 2010
@@ -0,0 +1,9 @@
+// RUN: %llvmgcc %s -S -g -o - | grep -v 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