Skip to content

Commit abaa638

Browse files
authored
Merge pull request #73010 from rintaro/windows-compilerplugin
[Windows] Build SwiftCompilerPlugin module when testing swift
2 parents 00578a9 + 1a06b94 commit abaa638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ function Build-Compilers() {
10231023
if ($TestLLD) { $Targets += @("check-lld") }
10241024
if ($TestLLDB) { $Targets += @("check-lldb") }
10251025
if ($TestLLVM) { $Targets += @("check-llvm") }
1026-
if ($TestSwift) { $Targets += @("check-swift") }
1026+
if ($TestSwift) { $Targets += @("check-swift", "SwiftCompilerPlugin") }
10271027
} else {
10281028
$Targets = @("distribution", "install-distribution")
10291029
$TestingDefines = @{

0 commit comments

Comments
 (0)