You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/build-script-impl
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ KNOWN_SETTINGS=(
54
54
lldb-extra-xcodebuild-args """extra command line args to pass to lldb xcodebuild"
55
55
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."
56
56
lldb-test-with-curses """run test lldb test runner using curses terminal control"
57
+
lldb-test-swift-only """when running lldb tests, only include Swift-specific tests"
57
58
lldb-no-debugserver """delete debugserver after building it, and don't try to codesign it"
58
59
lldb-use-system-debugserver """don't try to codesign debugserver, and use the system's debugserver instead"
59
60
llvm-build-type "Debug""the CMake build variant for LLVM and Clang (Debug, RelWithDebInfo, Release, MinSizeRel). Defaults to Debug."
@@ -2628,6 +2629,13 @@ for host in "${ALL_HOSTS[@]}"; do
0 commit comments