We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10993ce commit 23cd70eCopy full SHA for 23cd70e
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -261,6 +261,7 @@ function build_stage2 {
261
cmake \
262
${cmake_stage2_common_options} \
263
-DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi;libunwind' \
264
+ -DLIBCXXABI_USE_LLVM_UNWINDER=OFF \
265
-DLLVM_USE_SANITIZER=${llvm_use_sanitizer} \
266
-DCMAKE_C_FLAGS="${fsanitize_flag} ${cmake_libcxx_cflags} ${fno_sanitize_flag}" \
267
-DCMAKE_CXX_FLAGS="${fsanitize_flag} ${cmake_libcxx_cflags} ${fno_sanitize_flag}" \
0 commit comments