File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ set(SWIFT_ANALYZE_CODE_COVERAGE FALSE CACHE STRING
105
105
set_property (CACHE SWIFT_ANALYZE_CODE_COVERAGE PROPERTY
106
106
STRINGS FALSE "NOT-MERGED" "MERGED" )
107
107
108
- set (SWIFT_VERSION "4.0 " CACHE STRING
108
+ set (SWIFT_VERSION "3.1 " CACHE STRING
109
109
"The user-visible version of the Swift compiler" )
110
110
set (SWIFT_VENDOR "" CACHE STRING
111
111
"The vendor name of the Swift compiler" )
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ KNOWN_SETTINGS=(
174
174
native-swift-tools-path " " " directory that contains Swift tools that are executable on the build machine"
175
175
compiler-vendor " none" " compiler vendor name [none,apple]"
176
176
clang-user-visible-version " 4.0.0" " user-visible version of the embedded Clang and LLVM compilers"
177
- swift-user-visible-version " 4.0 " " user-visible version of the Swift language"
177
+ swift-user-visible-version " 3.1 " " user-visible version of the Swift language"
178
178
swift-compiler-version " " " string that indicates a compiler version for Swift"
179
179
clang-compiler-version " " " string that indicates a compiler version for Clang"
180
180
embed-bitcode-section " 0" " embed an LLVM bitcode section in stdlib/overlay binaries for supported platforms"
You can’t perform that action at this time.
0 commit comments