File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -822,20 +822,23 @@ if("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin" AND NOT CMAKE_CROSSCOMPILING)
822
822
endif ()
823
823
824
824
message (STATUS "Building host Swift tools for ${SWIFT_HOST_VARIANT_SDK} ${SWIFT_HOST_VARIANT_ARCH} " )
825
- message (STATUS " Build type: ${CMAKE_BUILD_TYPE} " )
826
- message (STATUS " Assertions: ${LLVM_ENABLE_ASSERTIONS} " )
827
- message (STATUS " LTO: ${SWIFT_TOOLS_ENABLE_LTO} " )
825
+ message (STATUS " Build type: ${CMAKE_BUILD_TYPE} " )
826
+ message (STATUS " Assertions: ${LLVM_ENABLE_ASSERTIONS} " )
827
+ message (STATUS " LTO: ${SWIFT_TOOLS_ENABLE_LTO} " )
828
+ message (STATUS " +0 Normal Args: ${SWIFT_ENABLE_GUARANTEED_NORMAL_ARGUMENTS} " )
828
829
message (STATUS "" )
829
830
830
831
if (SWIFT_BULID_STDLIB OR SWIFT_BUILD_SDK_OVERLAY )
831
832
832
833
message (STATUS "Building Swift standard library and overlays for SDKs: ${SWIFT_SDKS} " )
833
- message (STATUS " Build type: ${SWIFT_STDLIB_BUILD_TYPE} " )
834
- message (STATUS " Assertions: ${SWIFT_STDLIB_ASSERTIONS} " )
834
+ message (STATUS " Build type: ${SWIFT_STDLIB_BUILD_TYPE} " )
835
+ message (STATUS " Assertions: ${SWIFT_STDLIB_ASSERTIONS} " )
836
+ message (STATUS " +0 Normal Args: ${SWIFT_ENABLE_GUARANTEED_NORMAL_ARGUMENTS} " )
835
837
message (STATUS "" )
836
838
837
839
message (STATUS "Building Swift runtime with:" )
838
840
message (STATUS " Leak Detection Checker Entrypoints: ${SWIFT_RUNTIME_ENABLE_LEAK_CHECKER} " )
841
+ message (STATUS " +0 Normal Args: ${SWIFT_ENABLE_GUARANTEED_NORMAL_ARGUMENTS} " )
839
842
message (STATUS "" )
840
843
841
844
else ()
You can’t perform that action at this time.
0 commit comments