Skip to content

Commit 35cef58

Browse files
authored
Merge pull request #41405 from apple/build-Remove-vestiges-of-no-debugserver-option
[build] Remove vestiges of no-debugserver option
2 parents 53ffd8a + 281f16f commit 35cef58

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

utils/build-presets.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,15 +296,13 @@ skip-test-watchos-host
296296
lldb
297297

298298
# Use the system debugserver to run the lldb swift tests
299-
lldb-no-debugserver
300299
lldb-use-system-debugserver
301300
lldb-build-type=Release
302301
lldb-test-swift-only
303302
lldb-assertions
304303

305304
[preset: lldb-pull-request]
306305
lldb
307-
lldb-no-debugserver
308306
lldb-use-system-debugserver
309307
release-debuginfo
310308
test
@@ -1249,7 +1247,6 @@ compiler-vendor=apple
12491247
# Cross compile for Apple Silicon
12501248
cross-compile-hosts=macosx-arm64
12511249

1252-
lldb-no-debugserver
12531250
lldb-use-system-debugserver
12541251
lldb-build-type=Release
12551252
verbose-build

utils/build-script-impl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ KNOWN_SETTINGS=(
168168
## LLDB Options
169169
lldb-assertions "1" "build lldb with assertions enabled"
170170
lldb-extra-cmake-args "" "extra command line args to pass to lldb cmake"
171-
lldb-no-debugserver "" "delete debugserver after building it, and don't try to codesign it"
172171
lldb-test-cc "" "CC to use for building LLDB testsuite test inferiors. Defaults to just-built, in-tree clang. If set to 'host-toolchain', sets it to same as host-cc."
173172
lldb-test-swift-compatibility "" "specify additional Swift compilers to test lldb with"
174173
lldb-test-swift-only "0" "when running lldb tests, only include Swift-specific tests"

0 commit comments

Comments
 (0)