Skip to content

Commit 0a5e8da

Browse files
authored
Merge pull request #80120 from compnerd/straggler
utils: correct straggling function replacement
2 parents 440ca7d + 6ead8cb commit 0a5e8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,7 @@ function Test-Runtime([Platform]$Platform, $Arch) {
21862186
if (-not (Test-Path (Get-ProjectBinaryCache $Arch Runtime))) {
21872187
throw "Swift runtime tests are supposed to reconfigure the existing build"
21882188
}
2189-
$CompilersBinaryCache = Get-HostProjectBinaryCache Compilers
2189+
$CompilersBinaryCache = Get-ProjectBinaryCache $BuildArch Compilers
21902190
if (-not (Test-Path "$CompilersBinaryCache\bin\FileCheck.exe")) {
21912191
# These will exist if we test any of llvm/clang/lldb/lld/swift as well
21922192
throw "LIT test utilities not found in $CompilersBinaryCache\bin"

0 commit comments

Comments
 (0)