Skip to content

Commit 53fbb18

Browse files
committed
---
yaml --- r: 347639 b: refs/heads/master c: 8df86ac h: refs/heads/master i: 347637: ce8bf50 347635: 4afd435 347631: 224aec5
1 parent 4c5ccb0 commit 53fbb18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: bf94eb6b36df1adce2c6e79acd1c121c296af354
2+
refs/heads/master: 8df86ac7660adca7db760230a4a7fe0f4da9461d
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
#include "swift/SwiftRemoteMirror/Platform.h"
14+
#include "swift/SwiftRemoteMirror/SwiftRemoteMirror.h"
1415

1516
#define SWIFT_CLASS_IS_SWIFT_MASK swift_reflection_classIsSwiftMask
1617
extern "C" {
17-
SWIFT_REMOTE_MIRROR_LINKAGE __attribute__((__weak_import__))
18+
SWIFT_REMOTE_MIRROR_LINKAGE
1819
unsigned long long swift_reflection_classIsSwiftMask = 2;
1920
}
2021

2122
#include "swift/Reflection/ReflectionContext.h"
2223
#include "swift/Reflection/TypeLowering.h"
2324
#include "swift/Remote/CMemoryReader.h"
2425
#include "swift/Runtime/Unreachable.h"
25-
#include "swift/SwiftRemoteMirror/SwiftRemoteMirror.h"
2626

2727
using namespace swift;
2828
using namespace swift::reflection;

0 commit comments

Comments
 (0)