File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
trunk/stdlib/public/SwiftRemoteMirror Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: bf94eb6b36df1adce2c6e79acd1c121c296af354
2
+ refs/heads/master: 8df86ac7660adca7db760230a4a7fe0f4da9461d
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
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