@@ -639,7 +639,7 @@ function Invoke-VsDevShell($Arch) {
639
639
if ($ToBatch ) {
640
640
Write-Output " call `" $VSInstallRoot \Common7\Tools\VsDevCmd.bat`" $DevCmdArguments "
641
641
} else {
642
- # This dll path is valid for VS2019 and VS2022, but it was under a vsdevcmd subfolder in VS2017
642
+ # This dll path is valid for VS2019 and VS2022, but it was under a vsdevcmd subfolder in VS2017
643
643
Import-Module " $VSInstallRoot \Common7\Tools\Microsoft.VisualStudio.DevShell.dll"
644
644
Enter-VsDevShell - VsInstallPath $VSInstallRoot - SkipAutomaticLocation - DevCmdArguments $DevCmdArguments
645
645
@@ -1451,7 +1451,7 @@ function Build-WiXProject() {
1451
1451
$ProductVersionArg = $ProductVersion
1452
1452
if (-not $Bundle ) {
1453
1453
# WiX v4 will accept a semantic version string for Bundles,
1454
- # but Packages still require a purely numerical version number,
1454
+ # but Packages still require a purely numerical version number,
1455
1455
# so trim any semantic versioning suffixes
1456
1456
$ProductVersionArg = [regex ]::Replace($ProductVersion , " [-+].*" , " " )
1457
1457
}
@@ -1796,7 +1796,7 @@ function Build-Sanitizers([Platform]$Platform, $Arch) {
1796
1796
LLVM_ENABLE_PER_TARGET_RUNTIME_DIR = " YES" ;
1797
1797
COMPILER_RT_DEFAULT_TARGET_ONLY = " YES" ;
1798
1798
})
1799
-
1799
+
1800
1800
Build-CMakeProject `
1801
1801
- Src $SourceCache \llvm- project\compiler- rt `
1802
1802
- Bin " $ ( Get-TargetProjectBinaryCache $Arch ClangRuntime) " `
@@ -2736,7 +2736,7 @@ function Test-Format {
2736
2736
" -Xswiftc" , " -I$ ( Get-HostProjectBinaryCache Format) \swift" ,
2737
2737
" -Xlinker" , " -L$ ( Get-HostProjectBinaryCache Format) \lib"
2738
2738
)
2739
-
2739
+
2740
2740
Isolate- EnvVars {
2741
2741
$env: SWIFTFORMAT_BUILD_ONLY_TESTS = 1
2742
2742
# Testing swift-format is faster in serial mode than in parallel mode, probably because parallel test execution
0 commit comments