Skip to content
Open
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
8 changes: 8 additions & 0 deletions utils/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,8 @@ skip-test-xros

enable-asan

extra-llvm-cmake-options=-DLLVM_TOOL_LTO_BUILD=OFF

[preset: buildbot_incremental_tsan,tools=RDA,stdlib=RDA]
mixin-preset=buildbot_incremental_base_all_platforms

Expand All @@ -507,6 +509,8 @@ skip-test-watchos
skip-build-xros
skip-test-xros

extra-llvm-cmake-options=-DLLVM_TOOL_LTO_BUILD=OFF

[preset: buildbot_incremental_asan_ubsan,tools=RDA,stdlib=RDA]
mixin-preset=buildbot_incremental_base_all_platforms

Expand Down Expand Up @@ -541,6 +545,8 @@ skip-test-xros
enable-asan
enable-ubsan

extra-llvm-cmake-options=-DLLVM_TOOL_LTO_BUILD=OFF

[preset: buildbot_incremental,lldb_asan_ubsan]
mixin-preset=buildbot_incremental_base

Expand Down Expand Up @@ -609,6 +615,8 @@ enable-asan

swift-stdlib-build-type=RelWithDebInfo

extra-llvm-cmake-options=-DLLVM_TOOL_LTO_BUILD=OFF

# Don't do bootstrapping to speed up the build
# TODO: use bootstrapping=hosttools

Expand Down