Skip to content

Commit d8a2514

Browse files
committed
[Build] Build libcxx on lldb ASAN/UBSAN bots
The preset for ubsan/asan buildbots include the `buildbot_incremental_base` preset, which builds/runs tests. But the tests now require libcxx to be built since #66018 (cherry picked from commit 7893c8e)
1 parent 72718c0 commit d8a2514

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-presets.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,8 @@ mixin-preset=buildbot_incremental_base
534534

535535
build-subdir=buildbot_incremental_lldb_asan_ubsan
536536

537+
# Standalone tests require newly built libcxx
538+
libcxx
537539
# Build a sanitized lldb. Don't build a sanitized clang/swift.
538540
lldb
539541
lldb-extra-cmake-args=-DLLVM_USE_SANITIZER=Address;Undefined

0 commit comments

Comments
 (0)