Skip to content

Commit 8ca68f4

Browse files
committed
[sanitizer] Don't check unwinder
1 parent 27afb36 commit 8ca68f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ function build_stage2 {
297297
${cmake_stage2_common_options} \
298298
${cmake_options} \
299299
-DCMAKE_INSTALL_PREFIX="${ROOT}/${libcxx_install_dir}" \
300-
-DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi;libunwind' \
300+
-DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi' \
301301
-DLIBCXX_TEST_PARAMS='long_tests=False' \
302302
-DLIBCXX_INCLUDE_BENCHMARKS=OFF \
303303
-DLLVM_USE_SANITIZER=${llvm_use_sanitizer} \

0 commit comments

Comments
 (0)