mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 00:50:03 +08:00
Improve test of my previous patch. rdar://17633301
llvm-svn: 213081
This commit is contained in:
@@ -47,9 +47,10 @@ __attribute__((weak_import))
|
||||
// CHECK: @"OBJC_CLASS_$_NSURLQueryItem" = extern_weak global
|
||||
|
||||
// rdar://17633301
|
||||
@interface AVScheduledAudioParameters @end // isWeakImported is true!!
|
||||
__attribute__((visibility("default"))) __attribute__((availability(ios,introduced=9876.5)))
|
||||
@interface AVScheduledAudioParameters @end
|
||||
|
||||
@interface XXXX : AVScheduledAudioParameters // is isWeakImported() true
|
||||
@interface XXXX : AVScheduledAudioParameters
|
||||
@end
|
||||
|
||||
@implementation AVScheduledAudioParameters @end
|
||||
|
||||
Reference in New Issue
Block a user