File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
stdlib/public/SwiftRemoteMirror Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
// ===----------------------------------------------------------------------===//
12
12
13
13
#include " swift/SwiftRemoteMirror/Platform.h"
14
+ #include " swift/SwiftRemoteMirror/SwiftRemoteMirror.h"
14
15
15
16
#define SWIFT_CLASS_IS_SWIFT_MASK swift_reflection_classIsSwiftMask
16
17
extern " C" {
17
- SWIFT_REMOTE_MIRROR_LINKAGE __attribute__ ((__weak_import__))
18
+ SWIFT_REMOTE_MIRROR_LINKAGE
18
19
unsigned long long swift_reflection_classIsSwiftMask = 2 ;
19
20
}
20
21
21
22
#include " swift/Reflection/ReflectionContext.h"
22
23
#include " swift/Reflection/TypeLowering.h"
23
24
#include " swift/Remote/CMemoryReader.h"
24
25
#include " swift/Runtime/Unreachable.h"
25
- #include " swift/SwiftRemoteMirror/SwiftRemoteMirror.h"
26
26
27
27
using namespace swift ;
28
28
using namespace swift ::reflection;
You can’t perform that action at this time.
0 commit comments