CMakeLists.txt (swift-swift-5.8-RELEASE) | : | CMakeLists.txt (swift-swift-5.8.1-RELEASE) | ||
---|---|---|---|---|
skipping to change at line 270 | skipping to change at line 270 | |||
FORCE) | FORCE) | |||
message(STATUS "No build type was specified, will default to ${CMAKE_BUILD_TYP E}") | message(STATUS "No build type was specified, will default to ${CMAKE_BUILD_TYP E}") | |||
endif() | endif() | |||
set(SWIFT_ANALYZE_CODE_COVERAGE FALSE CACHE STRING | set(SWIFT_ANALYZE_CODE_COVERAGE FALSE CACHE STRING | |||
"Build Swift with code coverage instrumenting enabled [FALSE, NOT-MERGED, ME RGED]") | "Build Swift with code coverage instrumenting enabled [FALSE, NOT-MERGED, ME RGED]") | |||
# SWIFT_VERSION is deliberately /not/ cached so that an existing build directory | # SWIFT_VERSION is deliberately /not/ cached so that an existing build directory | |||
# can be reused when a new version of Swift comes out (assuming the user hasn't | # can be reused when a new version of Swift comes out (assuming the user hasn't | |||
# manually set it as part of their own CMake configuration). | # manually set it as part of their own CMake configuration). | |||
set(SWIFT_VERSION "5.8") | set(SWIFT_VERSION "5.8.1") | |||
set(SWIFT_VENDOR "" CACHE STRING | set(SWIFT_VENDOR "" CACHE STRING | |||
"The vendor name of the Swift compiler") | "The vendor name of the Swift compiler") | |||
set(SWIFT_COMPILER_VERSION "" CACHE STRING | set(SWIFT_COMPILER_VERSION "" CACHE STRING | |||
"The internal version of the Swift compiler") | "The internal version of the Swift compiler") | |||
set(CLANG_COMPILER_VERSION "" CACHE STRING | set(CLANG_COMPILER_VERSION "" CACHE STRING | |||
"The internal version of the Clang compiler") | "The internal version of the Clang compiler") | |||
option(SWIFT_DISABLE_DEAD_STRIPPING | option(SWIFT_DISABLE_DEAD_STRIPPING | |||
"Turn off Darwin-specific dead stripping for Swift host tools." FALSE) | "Turn off Darwin-specific dead stripping for Swift host tools." FALSE) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |