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 1919from . import libdispatch
2020from . import libicu
2121from . import llbuild
22- from . import lldb
2322from . import llvm
2423from . import product
2524from . import swift
@@ -75,7 +74,6 @@ def get_dependencies(cls):
7574 libcxx .LibCXX ,
7675 libicu .LibICU ,
7776 swift .Swift ,
78- lldb .LLDB ,
7977 libdispatch .LibDispatch ,
8078 foundation .Foundation ,
8179 xctest .XCTest ,
Original file line number Diff line number Diff line change 1414from . import libcxx
1515from . import libdispatch
1616from . import libicu
17- from . import lldb
1817from . import llvm
1918from . import product
2019from . import swift
@@ -44,5 +43,4 @@ def get_dependencies(cls):
4443 libcxx .LibCXX ,
4544 libicu .LibICU ,
4645 swift .Swift ,
47- lldb .LLDB ,
4846 libdispatch .LibDispatch ]
Original file line number Diff line number Diff line change 1818from . import libdispatch
1919from . import libicu
2020from . import llbuild
21- from . import lldb
2221from . import llvm
2322from . import product
2423from . import swift
@@ -64,7 +63,6 @@ def get_dependencies(cls):
6463 libcxx .LibCXX ,
6564 libicu .LibICU ,
6665 swift .Swift ,
67- lldb .LLDB ,
6866 libdispatch .LibDispatch ,
6967 foundation .Foundation ,
7068 xctest .XCTest ,
Original file line number Diff line number Diff line change 1313from . import cmark
1414from . import libcxx
1515from . import libicu
16- from . import lldb
1716from . import llvm
1817from . import product
1918from . import swift
@@ -42,5 +41,4 @@ def get_dependencies(cls):
4241 llvm .LLVM ,
4342 libcxx .LibCXX ,
4443 libicu .LibICU ,
45- swift .Swift ,
46- lldb .LLDB ]
44+ swift .Swift ]
Original file line number Diff line number Diff line change 1515from . import libcxx
1616from . import libdispatch
1717from . import libicu
18- from . import lldb
1918from . import llvm
2019from . import product
2120from . import swift
@@ -38,7 +37,6 @@ def get_dependencies(cls):
3837 libcxx .LibCXX ,
3938 libicu .LibICU ,
4039 swift .Swift ,
41- lldb .LLDB ,
4240 libdispatch .LibDispatch ,
4341 foundation .Foundation ,
4442 xctest .XCTest ]
Original file line number Diff line number Diff line change 1818from . import libdispatch
1919from . import libicu
2020from . import llbuild
21- from . import lldb
2221from . import llvm
2322from . import product
2423from . import swift
@@ -98,7 +97,6 @@ def get_dependencies(cls):
9897 libcxx .LibCXX ,
9998 libicu .LibICU ,
10099 swift .Swift ,
101- lldb .LLDB ,
102100 libdispatch .LibDispatch ,
103101 foundation .Foundation ,
104102 xctest .XCTest ,
Original file line number Diff line number Diff line change 2121from . import libdispatch
2222from . import libicu
2323from . import llbuild
24- from . import lldb
2524from . import llvm
2625from . import product
2726from . import swift
@@ -109,7 +108,6 @@ def get_dependencies(cls):
109108 libcxx .LibCXX ,
110109 libicu .LibICU ,
111110 swift .Swift ,
112- lldb .LLDB ,
113111 libdispatch .LibDispatch ,
114112 foundation .Foundation ,
115113 xctest .XCTest ,
Original file line number Diff line number Diff line change 1717from . import libdispatch
1818from . import libicu
1919from . import llbuild
20- from . import lldb
2120from . import llvm
2221from . import product
2322from . import swift
@@ -63,7 +62,6 @@ def get_dependencies(cls):
6362 libcxx .LibCXX ,
6463 libicu .LibICU ,
6564 swift .Swift ,
66- lldb .LLDB ,
6765 libdispatch .LibDispatch ,
6866 foundation .Foundation ,
6967 xctest .XCTest ,
Original file line number Diff line number Diff line change 1616from . import libdispatch
1717from . import libicu
1818from . import llbuild
19- from . import lldb
2019from . import llvm
2120from . import skstresstester
2221from . import swift
@@ -55,7 +54,6 @@ def get_dependencies(cls):
5554 libcxx .LibCXX ,
5655 libicu .LibICU ,
5756 swift .Swift ,
58- lldb .LLDB ,
5957 libdispatch .LibDispatch ,
6058 foundation .Foundation ,
6159 xctest .XCTest ,
Original file line number Diff line number Diff line change 1919from . import libdispatch
2020from . import libicu
2121from . import llbuild
22- from . import lldb
2322from . import llvm
2423from . import product
2524from . import swift
@@ -67,7 +66,6 @@ def get_dependencies(cls):
6766 libcxx .LibCXX ,
6867 libicu .LibICU ,
6968 swift .Swift ,
70- lldb .LLDB ,
7169 libdispatch .LibDispatch ,
7270 foundation .Foundation ,
7371 xctest .XCTest ,
You can’t perform that action at this time.
0 commit comments