File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
stdlib/public/SwiftShims/swift/shims Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ set(sources
23
23
Visibility.h
24
24
_SwiftConcurrency.h
25
25
_SwiftDistributed.h
26
-
27
- _SwiftRuntimeShims/Functions.h
26
+ _SwiftRuntime.h
28
27
29
28
module.modulemap
30
29
)
Original file line number Diff line number Diff line change 9
9
//
10
10
//===----------------------------------------------------------------------===//
11
11
12
- #ifndef SWIFT_REFLECTION_FUNCTIONS_H
13
- #define SWIFT_REFLECTION_FUNCTIONS_H
12
+ #ifndef SWIFT_REFLECTION_RUNTIME_H
13
+ #define SWIFT_REFLECTION_RUNTIME_H
14
14
15
15
// OpaqueValue *swift_projectBox(HeapObject *object);
16
16
extern void * swift_projectBox (void * object );
@@ -19,4 +19,4 @@ extern void *swift_projectBox(void *object);
19
19
// ProtocolDescriptor *protocol);
20
20
extern void * swift_conformsToProtocol (const void * type , const void * protocol );
21
21
22
- #endif /* SWIFT_REFLECTION_FUNCTIONS_H */
22
+ #endif /* SWIFT_REFLECTION_RUNTIME_H */
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ module SwiftOverlayShims {
32
32
}
33
33
34
34
module _SwiftRuntimeShims {
35
- header "_SwiftRuntimeShims/Functions .h"
35
+ header "_SwiftRuntime .h"
36
36
export *
37
37
}
You can’t perform that action at this time.
0 commit comments