Skip to content

Commit 8329049

Browse files
committed
utils: enable the early swift-driver for Windows
Enable the use of the early swift-driver to build the Swift toolchain. This is the first step towards removing the accumulated debt and workarounds when building the toolchain on Windows.
1 parent 085c34f commit 8329049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2041,6 +2041,7 @@ function Get-CompilersDefines([Hashtable] $Platform, [string] $Variant, [switch]
20412041
SWIFT_TOOLCHAIN_VERSION = "${ToolchainIdentifier}";
20422042
SWIFT_BUILD_SWIFT_SYNTAX = "YES";
20432043
SWIFT_CLANG_LOCATION = (Get-PinnedToolchainToolsDir);
2044+
SWIFT_EARLY_SWIFT_DRIVER_BUILD = "$(Get-ProjectBinaryCache $BuildPlatform EarlySwiftDriver)\bin";
20442045
SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY = "YES";
20452046
SWIFT_ENABLE_EXPERIMENTAL_CXX_INTEROP = "YES";
20462047
SWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING = "YES";

0 commit comments

Comments
 (0)