Skip to content

Commit d45047d

Browse files
authored
Merge pull request #32260 from gottesmm/pr-89123c4fe2e41b356d82591f3e4482b004aacc8f
[build-script] Remove a bunch of conservative dependencies on lldb.
2 parents 291373f + 49288f7 commit d45047d

File tree

15 files changed

+1
-31
lines changed

15 files changed

+1
-31
lines changed

utils/swift_build_support/swift_build_support/products/benchmarks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from . import libdispatch
2020
from . import libicu
2121
from . import llbuild
22-
from . import lldb
2322
from . import llvm
2423
from . import product
2524
from . 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,

utils/swift_build_support/swift_build_support/products/foundation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from . import libcxx
1515
from . import libdispatch
1616
from . import libicu
17-
from . import lldb
1817
from . import llvm
1918
from . import product
2019
from . import swift
@@ -44,7 +43,6 @@ def get_dependencies(cls):
4443
libcxx.LibCXX,
4544
libicu.LibICU,
4645
swift.Swift,
47-
lldb.LLDB,
4846
libdispatch.LibDispatch]
4947

5048
@classmethod

utils/swift_build_support/swift_build_support/products/indexstoredb.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from . import libdispatch
1919
from . import libicu
2020
from . import llbuild
21-
from . import lldb
2221
from . import llvm
2322
from . import product
2423
from . 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,

utils/swift_build_support/swift_build_support/products/libdispatch.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from . import cmark
1414
from . import libcxx
1515
from . import libicu
16-
from . import lldb
1716
from . import llvm
1817
from . import product
1918
from . import swift
@@ -46,5 +45,4 @@ def get_dependencies(cls):
4645
llvm.LLVM,
4746
libcxx.LibCXX,
4847
libicu.LibICU,
49-
swift.Swift,
50-
lldb.LLDB]
48+
swift.Swift]

utils/swift_build_support/swift_build_support/products/llbuild.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from . import libcxx
1616
from . import libdispatch
1717
from . import libicu
18-
from . import lldb
1918
from . import llvm
2019
from . import product
2120
from . 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]

utils/swift_build_support/swift_build_support/products/pythonkit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from . import libdispatch
1919
from . import libicu
2020
from . import llbuild
21-
from . import lldb
2221
from . import llvm
2322
from . import product
2423
from . 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,

utils/swift_build_support/swift_build_support/products/skstresstester.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
from . import libdispatch
2222
from . import libicu
2323
from . import llbuild
24-
from . import lldb
2524
from . import llvm
2625
from . import product
2726
from . 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,

utils/swift_build_support/swift_build_support/products/sourcekitlsp.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from . import libdispatch
1818
from . import libicu
1919
from . import llbuild
20-
from . import lldb
2120
from . import llvm
2221
from . import product
2322
from . 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,

utils/swift_build_support/swift_build_support/products/swiftevolve.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from . import libdispatch
1717
from . import libicu
1818
from . import llbuild
19-
from . import lldb
2019
from . import llvm
2120
from . import skstresstester
2221
from . 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,

utils/swift_build_support/swift_build_support/products/swiftinspect.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from . import libdispatch
2020
from . import libicu
2121
from . import llbuild
22-
from . import lldb
2322
from . import llvm
2423
from . import product
2524
from . 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,

utils/swift_build_support/swift_build_support/products/swiftpm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from . import libdispatch
1919
from . import libicu
2020
from . import llbuild
21-
from . import lldb
2221
from . import llvm
2322
from . import product
2423
from . import swift
@@ -111,7 +110,6 @@ def get_dependencies(cls):
111110
libcxx.LibCXX,
112111
libicu.LibICU,
113112
swift.Swift,
114-
lldb.LLDB,
115113
libdispatch.LibDispatch,
116114
foundation.Foundation,
117115
xctest.XCTest,

utils/swift_build_support/swift_build_support/products/swiftsyntax.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
from . import libdispatch
2121
from . import libicu
2222
from . import llbuild
23-
from . import lldb
2423
from . import llvm
2524
from . import product
2625
from . import swift
@@ -110,7 +109,6 @@ def get_dependencies(cls):
110109
libcxx.LibCXX,
111110
libicu.LibICU,
112111
swift.Swift,
113-
lldb.LLDB,
114112
libdispatch.LibDispatch,
115113
foundation.Foundation,
116114
xctest.XCTest,

utils/swift_build_support/swift_build_support/products/tensorflow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from . import libdispatch
1919
from . import libicu
2020
from . import llbuild
21-
from . import lldb
2221
from . import llvm
2322
from . import product
2423
from . 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,

utils/swift_build_support/swift_build_support/products/tsan_libdispatch.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from . import libdispatch
1919
from . import libicu
2020
from . import llbuild
21-
from . import lldb
2221
from . import llvm
2322
from . import product
2423
from . import swift
@@ -97,7 +96,6 @@ def get_dependencies(cls):
9796
libcxx.LibCXX,
9897
libicu.LibICU,
9998
swift.Swift,
100-
lldb.LLDB,
10199
libdispatch.LibDispatch,
102100
foundation.Foundation,
103101
xctest.XCTest,

utils/swift_build_support/swift_build_support/products/xctest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from . import libcxx
1616
from . import libdispatch
1717
from . import libicu
18-
from . import lldb
1918
from . import llvm
2019
from . import product
2120
from . import swift
@@ -45,7 +44,6 @@ def get_dependencies(cls):
4544
libcxx.LibCXX,
4645
libicu.LibICU,
4746
swift.Swift,
48-
lldb.LLDB,
4947
libdispatch.LibDispatch,
5048
foundation.Foundation]
5149

0 commit comments

Comments
 (0)