mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
new test case for r96974.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96975 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
652b7e488d
commit
df0732de65
9
test/FrontendObjC/2010-02-23-DbgInheritance.m
Normal file
9
test/FrontendObjC/2010-02-23-DbgInheritance.m
Normal file
@ -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.
|
||||
@interface P
|
||||
@end
|
||||
|
||||
@interface I : P
|
||||
@end
|
||||
|
||||
void fn(I *iptr) {}
|
Loading…
Reference in New Issue
Block a user