File tree Expand file tree Collapse file tree 15 files changed +1
-31
lines changed
utils/swift_build_support/swift_build_support/products Expand file tree Collapse file tree 15 files changed +1
-31
lines changed Original file line number Diff line number Diff line change 19
19
from . import libdispatch
20
20
from . import libicu
21
21
from . import llbuild
22
- from . import lldb
23
22
from . import llvm
24
23
from . import product
25
24
from . import swift
@@ -75,7 +74,6 @@ def get_dependencies(cls):
75
74
libcxx .LibCXX ,
76
75
libicu .LibICU ,
77
76
swift .Swift ,
78
- lldb .LLDB ,
79
77
libdispatch .LibDispatch ,
80
78
foundation .Foundation ,
81
79
xctest .XCTest ,
Original file line number Diff line number Diff line change 14
14
from . import libcxx
15
15
from . import libdispatch
16
16
from . import libicu
17
- from . import lldb
18
17
from . import llvm
19
18
from . import product
20
19
from . import swift
@@ -44,7 +43,6 @@ def get_dependencies(cls):
44
43
libcxx .LibCXX ,
45
44
libicu .LibICU ,
46
45
swift .Swift ,
47
- lldb .LLDB ,
48
46
libdispatch .LibDispatch ]
49
47
50
48
@classmethod
Original file line number Diff line number Diff line change 18
18
from . import libdispatch
19
19
from . import libicu
20
20
from . import llbuild
21
- from . import lldb
22
21
from . import llvm
23
22
from . import product
24
23
from . import swift
@@ -64,7 +63,6 @@ def get_dependencies(cls):
64
63
libcxx .LibCXX ,
65
64
libicu .LibICU ,
66
65
swift .Swift ,
67
- lldb .LLDB ,
68
66
libdispatch .LibDispatch ,
69
67
foundation .Foundation ,
70
68
xctest .XCTest ,
Original file line number Diff line number Diff line change 13
13
from . import cmark
14
14
from . import libcxx
15
15
from . import libicu
16
- from . import lldb
17
16
from . import llvm
18
17
from . import product
19
18
from . import swift
@@ -46,5 +45,4 @@ def get_dependencies(cls):
46
45
llvm .LLVM ,
47
46
libcxx .LibCXX ,
48
47
libicu .LibICU ,
49
- swift .Swift ,
50
- lldb .LLDB ]
48
+ swift .Swift ]
Original file line number Diff line number Diff line change 15
15
from . import libcxx
16
16
from . import libdispatch
17
17
from . import libicu
18
- from . import lldb
19
18
from . import llvm
20
19
from . import product
21
20
from . import swift
@@ -38,7 +37,6 @@ def get_dependencies(cls):
38
37
libcxx .LibCXX ,
39
38
libicu .LibICU ,
40
39
swift .Swift ,
41
- lldb .LLDB ,
42
40
libdispatch .LibDispatch ,
43
41
foundation .Foundation ,
44
42
xctest .XCTest ]
Original file line number Diff line number Diff line change 18
18
from . import libdispatch
19
19
from . import libicu
20
20
from . import llbuild
21
- from . import lldb
22
21
from . import llvm
23
22
from . import product
24
23
from . import swift
@@ -98,7 +97,6 @@ def get_dependencies(cls):
98
97
libcxx .LibCXX ,
99
98
libicu .LibICU ,
100
99
swift .Swift ,
101
- lldb .LLDB ,
102
100
libdispatch .LibDispatch ,
103
101
foundation .Foundation ,
104
102
xctest .XCTest ,
Original file line number Diff line number Diff line change 21
21
from . import libdispatch
22
22
from . import libicu
23
23
from . import llbuild
24
- from . import lldb
25
24
from . import llvm
26
25
from . import product
27
26
from . import swift
@@ -109,7 +108,6 @@ def get_dependencies(cls):
109
108
libcxx .LibCXX ,
110
109
libicu .LibICU ,
111
110
swift .Swift ,
112
- lldb .LLDB ,
113
111
libdispatch .LibDispatch ,
114
112
foundation .Foundation ,
115
113
xctest .XCTest ,
Original file line number Diff line number Diff line change 17
17
from . import libdispatch
18
18
from . import libicu
19
19
from . import llbuild
20
- from . import lldb
21
20
from . import llvm
22
21
from . import product
23
22
from . import swift
@@ -63,7 +62,6 @@ def get_dependencies(cls):
63
62
libcxx .LibCXX ,
64
63
libicu .LibICU ,
65
64
swift .Swift ,
66
- lldb .LLDB ,
67
65
libdispatch .LibDispatch ,
68
66
foundation .Foundation ,
69
67
xctest .XCTest ,
Original file line number Diff line number Diff line change 16
16
from . import libdispatch
17
17
from . import libicu
18
18
from . import llbuild
19
- from . import lldb
20
19
from . import llvm
21
20
from . import skstresstester
22
21
from . import swift
@@ -55,7 +54,6 @@ def get_dependencies(cls):
55
54
libcxx .LibCXX ,
56
55
libicu .LibICU ,
57
56
swift .Swift ,
58
- lldb .LLDB ,
59
57
libdispatch .LibDispatch ,
60
58
foundation .Foundation ,
61
59
xctest .XCTest ,
Original file line number Diff line number Diff line change 19
19
from . import libdispatch
20
20
from . import libicu
21
21
from . import llbuild
22
- from . import lldb
23
22
from . import llvm
24
23
from . import product
25
24
from . import swift
@@ -67,7 +66,6 @@ def get_dependencies(cls):
67
66
libcxx .LibCXX ,
68
67
libicu .LibICU ,
69
68
swift .Swift ,
70
- lldb .LLDB ,
71
69
libdispatch .LibDispatch ,
72
70
foundation .Foundation ,
73
71
xctest .XCTest ,
Original file line number Diff line number Diff line change 18
18
from . import libdispatch
19
19
from . import libicu
20
20
from . import llbuild
21
- from . import lldb
22
21
from . import llvm
23
22
from . import product
24
23
from . import swift
@@ -111,7 +110,6 @@ def get_dependencies(cls):
111
110
libcxx .LibCXX ,
112
111
libicu .LibICU ,
113
112
swift .Swift ,
114
- lldb .LLDB ,
115
113
libdispatch .LibDispatch ,
116
114
foundation .Foundation ,
117
115
xctest .XCTest ,
Original file line number Diff line number Diff line change 20
20
from . import libdispatch
21
21
from . import libicu
22
22
from . import llbuild
23
- from . import lldb
24
23
from . import llvm
25
24
from . import product
26
25
from . import swift
@@ -110,7 +109,6 @@ def get_dependencies(cls):
110
109
libcxx .LibCXX ,
111
110
libicu .LibICU ,
112
111
swift .Swift ,
113
- lldb .LLDB ,
114
112
libdispatch .LibDispatch ,
115
113
foundation .Foundation ,
116
114
xctest .XCTest ,
Original file line number Diff line number Diff line change 18
18
from . import libdispatch
19
19
from . import libicu
20
20
from . import llbuild
21
- from . import lldb
22
21
from . import llvm
23
22
from . import product
24
23
from . import swift
@@ -98,7 +97,6 @@ def get_dependencies(cls):
98
97
libcxx .LibCXX ,
99
98
libicu .LibICU ,
100
99
swift .Swift ,
101
- lldb .LLDB ,
102
100
libdispatch .LibDispatch ,
103
101
foundation .Foundation ,
104
102
xctest .XCTest ,
Original file line number Diff line number Diff line change 18
18
from . import libdispatch
19
19
from . import libicu
20
20
from . import llbuild
21
- from . import lldb
22
21
from . import llvm
23
22
from . import product
24
23
from . import swift
@@ -97,7 +96,6 @@ def get_dependencies(cls):
97
96
libcxx .LibCXX ,
98
97
libicu .LibICU ,
99
98
swift .Swift ,
100
- lldb .LLDB ,
101
99
libdispatch .LibDispatch ,
102
100
foundation .Foundation ,
103
101
xctest .XCTest ,
Original file line number Diff line number Diff line change 15
15
from . import libcxx
16
16
from . import libdispatch
17
17
from . import libicu
18
- from . import lldb
19
18
from . import llvm
20
19
from . import product
21
20
from . import swift
@@ -45,7 +44,6 @@ def get_dependencies(cls):
45
44
libcxx .LibCXX ,
46
45
libicu .LibICU ,
47
46
swift .Swift ,
48
- lldb .LLDB ,
49
47
libdispatch .LibDispatch ,
50
48
foundation .Foundation ]
51
49
You can’t perform that action at this time.
0 commit comments