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 23cd70e commit 8202ffdCopy full SHA for 8202ffd
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -261,7 +261,6 @@ 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