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