Skip to content

Commit 1a06b94

Browse files
committed
[Windows] Build SwiftCompilerPlugin module when testing swift
1 parent bdb32c9 commit 1a06b94

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)