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 {
39
39
};
40
40
41
41
// / 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)
43
43
AutoDiffLinearMapContext *swift_autoDiffCreateLinearMapContext(
44
44
size_t topLevelSubcontextSize);
45
45
46
46
// / 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)
48
48
void *swift_autoDiffProjectTopLevelSubcontext(AutoDiffLinearMapContext *);
49
49
50
50
// / Allocates memory for a new subcontext.
51
- SWIFT_EXPORT_FROM (swift_Differentiation) SWIFT_CC(swift)
51
+ SWIFT_RUNTIME_EXPORT SWIFT_CC (swift)
52
52
void *swift_autoDiffAllocateSubcontext(AutoDiffLinearMapContext *, size_t size);
53
53
54
54
}
You can’t perform that action at this time.
0 commit comments