File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -877,6 +877,9 @@ if(SWIFT_BUILD_STDLIB OR SWIFT_BUILD_SDK_OVERLAY)
877
877
message (STATUS "Building Swift runtime with:" )
878
878
message (STATUS " Leak Detection Checker Entrypoints: ${SWIFT_RUNTIME_ENABLE_LEAK_CHECKER} " )
879
879
message (STATUS "" )
880
+
881
+ message (STATUS "Differentiable Programming Support: ${SWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING} " )
882
+ message (STATUS "" )
880
883
else ()
881
884
message (STATUS "Not building Swift standard library, SDK overlays, and runtime" )
882
885
message (STATUS "" )
Original file line number Diff line number Diff line change @@ -61,12 +61,10 @@ if(SWIFT_BUILD_STDLIB)
61
61
add_subdirectory (stubs )
62
62
add_subdirectory (core )
63
63
add_subdirectory (SwiftOnoneSupport )
64
- endif ()
65
64
66
- # Build differentiable programming support library only if enabled.
67
- if (SWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING AND SWIFT_BUILD_STDLIB )
68
- message (STATUS "Building Swift differentiable programming support library." )
69
- add_subdirectory (Differentiation )
65
+ if (SWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING )
66
+ add_subdirectory (Differentiation )
67
+ endif ()
70
68
endif ()
71
69
72
70
if (SWIFT_BUILD_STDLIB OR SWIFT_BUILD_REMOTE_MIRROR )
You can’t perform that action at this time.
0 commit comments