Skip to content

[build] Remove vestiges of no-debugserver option #41405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions utils/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -296,15 +296,13 @@ skip-test-watchos-host
lldb

# Use the system debugserver to run the lldb swift tests
lldb-no-debugserver
lldb-use-system-debugserver
lldb-build-type=Release
lldb-test-swift-only
lldb-assertions

[preset: lldb-pull-request]
lldb
lldb-no-debugserver
lldb-use-system-debugserver
release-debuginfo
test
Expand Down Expand Up @@ -1249,7 +1247,6 @@ compiler-vendor=apple
# Cross compile for Apple Silicon
cross-compile-hosts=macosx-arm64

lldb-no-debugserver
lldb-use-system-debugserver
lldb-build-type=Release
verbose-build
Expand Down
1 change: 0 additions & 1 deletion utils/build-script-impl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ KNOWN_SETTINGS=(
## LLDB Options
lldb-assertions "1" "build lldb with assertions enabled"
lldb-extra-cmake-args "" "extra command line args to pass to lldb cmake"
lldb-no-debugserver "" "delete debugserver after building it, and don't try to codesign it"
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."
lldb-test-swift-compatibility "" "specify additional Swift compilers to test lldb with"
lldb-test-swift-only "0" "when running lldb tests, only include Swift-specific tests"
Expand Down