mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-30 02:26:07 +00:00

In r276159, we started to defer emitting initializers for VarDecls, but forgot to add the initializers for non-C++ language. rdar://28740482 llvm-svn: 284142
4 lines
112 B
Objective-C
4 lines
112 B
Objective-C
@interface NSString
|
|
@end
|
|
static const NSString * const kSimDeviceIOGetInterface = @"simdeviceio_get_interface";
|