File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -486,6 +486,47 @@ skip-test-watchos
486486enable-asan
487487enable-ubsan
488488
489+ [preset: buildbot_incremental,lldb_asan_ubsan]
490+ mixin-preset =buildbot_incremental_base
491+
492+ build-subdir =buildbot_incremental_lldb_asan_ubsan
493+
494+ # Build a sanitized lldb. Don't build a sanitized clang/swift.
495+ lldb
496+ lldb-extra-cmake-args =-DLLVM_USE_SANITIZER =Address; Undefined
497+
498+ # Build Release with debug info, so that we can symbolicate backtraces.
499+ release-debuginfo
500+ assertions
501+
502+ # We need to build an unoptimized swift benchmark driver for stepper testing.
503+ # Ditto for the swift stdlib. (LLDB doesn't support stepping through optimized
504+ # swift code yet.)
505+ extra-cmake-options =-DSWIFT_BENCHMARK_UNOPTIMIZED_DRIVER:BOOL =1
506+ debug-swift-stdlib
507+
508+ # Disable non-x86 building/testing.
509+ skip-build-ios
510+ skip-test-ios
511+ skip-build-tvos
512+ skip-test-tvos
513+ skip-build-watchos
514+ skip-test-watchos
515+ stdlib-deployment-targets =macosx-x86_64
516+ swift-primary-variant-sdk =OSX
517+ swift-primary-variant-arch =x86_64
518+ skip-test-swift
519+ skip-test-swiftpm
520+ skip-test-swift-driver
521+ skip-test-llbuild
522+ skip-test-cmark
523+ skip-test-playgroundsupport
524+ skip-test-swiftsyntax
525+ skip-test-skstresstester
526+ skip-test-swiftevolve
527+ indexstore-db =0
528+ sourcekit-lsp =0
529+
489530[preset: buildbot_incremental_asan,tools=DA,stdlib=RDA]
490531mixin-preset =buildbot_incremental_base_all_platforms
491532
You can’t perform that action at this time.
0 commit comments