File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
zorg/buildbot/builders/sanitizers Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,7 @@ function build_stage2 {
249
249
ccache -z || true
250
250
251
251
local fno_sanitize_flag=
252
+ local cmake_options=" -DLIBCXXABI_USE_LLVM_UNWINDER=OFF"
252
253
253
254
if [ " $sanitizer_name " == " msan" ]; then
254
255
export MSAN_SYMBOLIZER_PATH=" ${llvm_symbolizer_path} "
@@ -297,10 +298,10 @@ function build_stage2 {
297
298
(cd ${libcxx_build_dir} && \
298
299
cmake \
299
300
${cmake_stage2_common_options} \
301
+ ${cmake_options} \
300
302
-DCMAKE_INSTALL_PREFIX=" ${ROOT} /${libcxx_install_dir} " \
301
303
-DLLVM_ENABLE_RUNTIMES=' libcxx;libcxxabi;libunwind' \
302
304
-DLIBCXX_TEST_PARAMS=' long_tests=False' \
303
- -DLIBCXXABI_USE_LLVM_UNWINDER=OFF \
304
305
-DLIBCXX_INCLUDE_BENCHMARKS=OFF \
305
306
-DLLVM_USE_SANITIZER=${llvm_use_sanitizer} \
306
307
-DCMAKE_C_FLAGS=" ${fsanitize_flag} ${cmake_libcxx_cflags} ${fno_sanitize_flag} " \
You can’t perform that action at this time.
0 commit comments