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
2323 Visibility.h
2424 _SwiftConcurrency.h
2525 _SwiftDistributed.h
26-
27- _SwiftRuntimeShims/Functions.h
26+ _SwiftRuntime.h
2827
2928 module.modulemap
3029 )
Original file line number Diff line number Diff line change 99//
1010//===----------------------------------------------------------------------===//
1111
12- #ifndef SWIFT_REFLECTION_FUNCTIONS_H
13- #define SWIFT_REFLECTION_FUNCTIONS_H
12+ #ifndef SWIFT_REFLECTION_RUNTIME_H
13+ #define SWIFT_REFLECTION_RUNTIME_H
1414
1515// OpaqueValue *swift_projectBox(HeapObject *object);
1616extern void * swift_projectBox (void * object );
@@ -19,4 +19,4 @@ extern void *swift_projectBox(void *object);
1919// ProtocolDescriptor *protocol);
2020extern void * swift_conformsToProtocol (const void * type , const void * protocol );
2121
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 {
3232}
3333
3434module _SwiftRuntimeShims {
35- header "_SwiftRuntimeShims/Functions .h"
35+ header "_SwiftRuntime .h"
3636 export *
3737}
You can’t perform that action at this time.
0 commit comments