We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 440ca7d + 6ead8cb commit 0a5e8daCopy full SHA for 0a5e8da
utils/build.ps1
@@ -2186,7 +2186,7 @@ function Test-Runtime([Platform]$Platform, $Arch) {
2186
if (-not (Test-Path (Get-ProjectBinaryCache $Arch Runtime))) {
2187
throw "Swift runtime tests are supposed to reconfigure the existing build"
2188
}
2189
- $CompilersBinaryCache = Get-HostProjectBinaryCache Compilers
+ $CompilersBinaryCache = Get-ProjectBinaryCache $BuildArch Compilers
2190
if (-not (Test-Path "$CompilersBinaryCache\bin\FileCheck.exe")) {
2191
# These will exist if we test any of llvm/clang/lldb/lld/swift as well
2192
throw "LIT test utilities not found in $CompilersBinaryCache\bin"
0 commit comments