Skip to content

Commit 10cb596

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 a353ec7 commit 10cb596

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
@@ -1867,6 +1867,7 @@ function Get-CompilersDefines([Hashtable] $Platform, [string] $Variant, [switch]
18671867
SWIFT_TOOLCHAIN_VERSION = "${ToolchainIdentifier}";
18681868
SWIFT_BUILD_SWIFT_SYNTAX = "YES";
18691869
SWIFT_CLANG_LOCATION = (Get-PinnedToolchainToolsDir);
1870+
SWIFT_EARLY_SWIFT_DRIVER_BUILD = "$(Get-ProjectBinaryCache $BuildPlatform EarlySwiftDriver)\bin";
18701871
SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY = "YES";
18711872
SWIFT_ENABLE_EXPERIMENTAL_CXX_INTEROP = "YES";
18721873
SWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING = "YES";

0 commit comments

Comments
 (0)