mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-23 19:17:17 +00:00
Testcase for r69104.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69110 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a2f3703efd
commit
1759f5e3bf
8
test/FrontendObjC/2009-04-14-AsmSection.m
Normal file
8
test/FrontendObjC/2009-04-14-AsmSection.m
Normal file
@ -0,0 +1,8 @@
|
||||
// RUN: %llvmgcc -S %s -fobjc-abi-version=2 -emit-llvm -o - | grep {OBJC_CLASS_\$_A.*section.*__DATA, __objc_data}
|
||||
// XTARGETS: darwin
|
||||
|
||||
@interface A
|
||||
@end
|
||||
|
||||
@implementation A
|
||||
@end
|
Loading…
x
Reference in New Issue
Block a user