Skip to content

Commit 498f8f7

Browse files
committed
Add fixme.
1 parent dd6f1c2 commit 498f8f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3300,6 +3300,8 @@ if (-not $IsCrossCompiling) {
33003300
Invoke-BuildStep Build-Compilers $HostPlatform $Tests
33013301
}
33023302

3303+
# FIXME(jeffdav): Invoke-BuildStep needs a platform dictionary, even though the Test-
3304+
# functions hardcode their platform needs.
33033305
if ($Test -contains "dispatch") { Invoke-BuildStep Test-Dispatch $BuildPlatform }
33043306
if ($Test -contains "foundation") { Invoke-BuildStep Test-Foundation $BuildPlatform }
33053307
if ($Test -contains "xctest") { Invoke-BuildStep Test-XCTest $BuildPlatform }

0 commit comments

Comments
 (0)