File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -805,6 +805,7 @@ const TypeContextDescriptor *swift_getTypeContextDescriptor(const Metadata *type
805
805
SWIFT_RUNTIME_EXPORT
806
806
const HeapObject *swift_getKeyPath (const void *pattern, const void *arguments);
807
807
808
+ #if defined(swiftCore_EXPORTS)
808
809
// / Given a pointer to a borrowed value of type `Root` and a
809
810
// / `KeyPath<Root, Value>`, project a pointer to a borrowed value of type
810
811
// / `Value`.
@@ -826,6 +827,7 @@ swift_modifyAtWritableKeyPath;
826
827
SWIFT_RUNTIME_EXPORT
827
828
YieldOnceCoroutine<OpaqueValue* (const OpaqueValue *root, void *keyPath)>::type
828
829
swift_modifyAtReferenceWritableKeyPath;
830
+ #endif
829
831
830
832
SWIFT_RUNTIME_EXPORT
831
833
void swift_enableDynamicReplacementScope (const DynamicReplacementScope *scope);
You can’t perform that action at this time.
0 commit comments