Skip to content

Commit f2783bb

Browse files
authored
Merge pull request #13104 from apple/preset-smoke-test-build-lldb
2 parents f1bf1d4 + 7202c5a commit f2783bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/build-presets.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,9 @@ llvm-targets-to-build=X86
517517
# Set the vendor to apple
518518
compiler-vendor=apple
519519

520+
# Build LLDB
521+
lldb
522+
520523
dash-dash
521524

522525
# Always reconfigure cmake
@@ -542,10 +545,15 @@ skip-build-tvos
542545
skip-test-tvos
543546
skip-build-watchos
544547
skip-test-watchos
548+
skip-test-lldb
545549
stdlib-deployment-targets=macosx-x86_64
546550
swift-primary-variant-sdk=OSX
547551
swift-primary-variant-arch=x86_64
548552

553+
lldb-no-debugserver
554+
lldb-use-system-debugserver
555+
lldb-build-type=Release
556+
549557
# Don't build the benchmarks
550558
skip-build-benchmarks
551559

0 commit comments

Comments
 (0)