We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00578a9 + 1a06b94 commit abaa638Copy full SHA for abaa638
utils/build.ps1
@@ -1023,7 +1023,7 @@ function Build-Compilers() {
1023
if ($TestLLD) { $Targets += @("check-lld") }
1024
if ($TestLLDB) { $Targets += @("check-lldb") }
1025
if ($TestLLVM) { $Targets += @("check-llvm") }
1026
- if ($TestSwift) { $Targets += @("check-swift") }
+ if ($TestSwift) { $Targets += @("check-swift", "SwiftCompilerPlugin") }
1027
} else {
1028
$Targets = @("distribution", "install-distribution")
1029
$TestingDefines = @{
0 commit comments