@@ -435,7 +435,6 @@ enum HostComponent {
435
435
TestingMacros
436
436
ToolsSupportCore
437
437
LLBuild
438
- Yams
439
438
ArgumentParser
440
439
Driver
441
440
Crypto
@@ -2255,21 +2254,6 @@ function Build-LLBuild($Arch, [switch]$Test = $false) {
2255
2254
}
2256
2255
}
2257
2256
2258
- function Build-Yams ($Arch ) {
2259
- Build-CMakeProject `
2260
- - Src $SourceCache \Yams `
2261
- - Bin (Get-HostProjectBinaryCache Yams) `
2262
- - Arch $Arch `
2263
- - Platform Windows `
2264
- - UseBuiltCompilers C, Swift `
2265
- - SwiftSDK (Get-HostSwiftSDK ) `
2266
- - BuildTargets default `
2267
- - Defines @ {
2268
- BUILD_SHARED_LIBS = " NO" ;
2269
- BUILD_TESTING = " NO" ;
2270
- }
2271
- }
2272
-
2273
2257
function Build-ArgumentParser ($Arch ) {
2274
2258
Build-CMakeProject `
2275
2259
- Src $SourceCache \swift- argument- parser `
@@ -2298,7 +2282,6 @@ function Build-Driver($Arch) {
2298
2282
BUILD_SHARED_LIBS = " YES" ;
2299
2283
TSC_DIR = (Get-HostProjectCMakeModules ToolsSupportCore);
2300
2284
LLBuild_DIR = (Get-HostProjectCMakeModules LLBuild);
2301
- Yams_DIR = (Get-HostProjectCMakeModules Yams);
2302
2285
ArgumentParser_DIR = (Get-HostProjectCMakeModules ArgumentParser);
2303
2286
SQLite3_INCLUDE_DIR = " $LibraryRoot \sqlite-3.46.0\usr\include" ;
2304
2287
SQLite3_LIBRARY = " $LibraryRoot \sqlite-3.46.0\usr\lib\SQLite3.lib" ;
@@ -2880,7 +2863,6 @@ if (-not $SkipBuild) {
2880
2863
Invoke-BuildStep Build-SQLite $HostArch
2881
2864
Invoke-BuildStep Build-ToolsSupportCore $HostArch
2882
2865
Invoke-BuildStep Build-LLBuild $HostArch
2883
- Invoke-BuildStep Build-Yams $HostArch
2884
2866
Invoke-BuildStep Build-ArgumentParser $HostArch
2885
2867
Invoke-BuildStep Build-Driver $HostArch
2886
2868
Invoke-BuildStep Build-Crypto $HostArch
0 commit comments