From 8ca68f4acd98d75dc388c76a1598332def44f65b Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Wed, 11 Dec 2024 00:26:00 -0800 Subject: [PATCH] [sanitizer] Don't check unwinder --- zorg/buildbot/builders/sanitizers/buildbot_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zorg/buildbot/builders/sanitizers/buildbot_functions.sh b/zorg/buildbot/builders/sanitizers/buildbot_functions.sh index 209bdfed..90d185e1 100755 --- a/zorg/buildbot/builders/sanitizers/buildbot_functions.sh +++ b/zorg/buildbot/builders/sanitizers/buildbot_functions.sh @@ -297,7 +297,7 @@ function build_stage2 { ${cmake_stage2_common_options} \ ${cmake_options} \ -DCMAKE_INSTALL_PREFIX="${ROOT}/${libcxx_install_dir}" \ - -DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi;libunwind' \ + -DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi' \ -DLIBCXX_TEST_PARAMS='long_tests=False' \ -DLIBCXX_INCLUDE_BENCHMARKS=OFF \ -DLLVM_USE_SANITIZER=${llvm_use_sanitizer} \