We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8202ffd commit c4d9a5bCopy full SHA for c4d9a5b
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