Skip to content

Commit a41a7ea

Browse files
authored
Merge pull request #69153 from apple/compnerd/5.9.1-lld
Update build-windows-toolchain.bat
2 parents 3990da7 + d5fc70c commit a41a7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ cmake --build %BuildRoot%\19 --target install || (exit /b)
779779
:: Create Configuration Files
780780
python -c "import plistlib; print(str(plistlib.dumps({ 'DefaultProperties': { 'DEFAULT_USE_RUNTIME': 'MD' } }), encoding='utf-8'))" > %SDKInstallRoot%\SDKSettings.plist
781781
:: TODO(compnerd) match the XCTest installation name
782-
python -c "import plistlib; print(str(plistlib.dumps({ 'DefaultProperties': { 'XCTEST_VERSION': 'development' } }), encoding='utf-8'))" > %PlatformRoot%\Info.plist
782+
python -c "import plistlib; print(str(plistlib.dumps({ 'DefaultProperties': { 'XCTEST_VERSION': 'development', 'SWIFTC_FLAGS': ['-use-ld=lld'] } }), encoding='utf-8'))" > %PlatformRoot%\Info.plist
783783

784784
IF NOT "%SKIP_PACKAGING%"=="1" call :PackageToolchain || (exit /b)
785785

0 commit comments

Comments
 (0)