File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,16 @@ class AutoDiffLinearMapContext : public HeapObject {
3939};
4040
4141// / Creates a linear map context with a tail-allocated top-level subcontext.
42- SWIFT_EXPORT_FROM (swift_Differentiation) SWIFT_CC(swift)
42+ SWIFT_RUNTIME_EXPORT SWIFT_CC (swift)
4343AutoDiffLinearMapContext *swift_autoDiffCreateLinearMapContext(
4444 size_t topLevelSubcontextSize);
4545
4646// / Returns the address of the tail-allocated top-level subcontext.
47- SWIFT_EXPORT_FROM (swift_Differentiation) SWIFT_CC(swift)
47+ SWIFT_RUNTIME_EXPORT SWIFT_CC (swift)
4848void *swift_autoDiffProjectTopLevelSubcontext(AutoDiffLinearMapContext *);
4949
5050// / Allocates memory for a new subcontext.
51- SWIFT_EXPORT_FROM (swift_Differentiation) SWIFT_CC(swift)
51+ SWIFT_RUNTIME_EXPORT SWIFT_CC (swift)
5252void *swift_autoDiffAllocateSubcontext(AutoDiffLinearMapContext *, size_t size);
5353
5454}
You can’t perform that action at this time.
0 commit comments