File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
utils/swift_build_support/swift_build_support/products Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 14
14
from .benchmarks import Benchmarks
15
15
from .cmark import CMark
16
16
from .curl import LibCurl
17
- from .earlyswiftsyntax import EarlySwiftSyntax
18
17
from .earlyswiftdriver import EarlySwiftDriver
18
+ from .earlyswiftsyntax import EarlySwiftSyntax
19
19
from .foundation import Foundation
20
20
from .indexstoredb import IndexStoreDB
21
21
from .libcxx import LibCXX
64
64
'SwiftPM' ,
65
65
'SwiftDriver' ,
66
66
'EarlySwiftDriver' ,
67
+ 'EarlySwiftSyntax' ,
67
68
'XCTest' ,
68
69
'SwiftSyntax' ,
69
70
'SKStressTester' ,
Original file line number Diff line number Diff line change 10
10
#
11
11
# ----------------------------------------------------------------------------
12
12
13
- import os
14
-
15
13
from . import cmake_product
16
- from . import product
17
- from .. import shell
18
14
from .. import toolchain
19
15
20
16
You can’t perform that action at this time.
0 commit comments