Skip to content

Commit 23cd70e

Browse files
authored
Disabled libunwind, #96 was not enough
llvm/llvm-project#77687 enabled libunwind, but not all tests pass with sanitizers. So disable libunwind to investigate.
1 parent 10993ce commit 23cd70e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ function build_stage2 {
261261
cmake \
262262
${cmake_stage2_common_options} \
263263
-DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi;libunwind' \
264+
-DLIBCXXABI_USE_LLVM_UNWINDER=OFF \
264265
-DLLVM_USE_SANITIZER=${llvm_use_sanitizer} \
265266
-DCMAKE_C_FLAGS="${fsanitize_flag} ${cmake_libcxx_cflags} ${fno_sanitize_flag}" \
266267
-DCMAKE_CXX_FLAGS="${fsanitize_flag} ${cmake_libcxx_cflags} ${fno_sanitize_flag}" \

0 commit comments

Comments
 (0)