Skip to content

Commit 10993ce

Browse files
authored
[sanitizers] Ensure we build LLVM's libunwind with the sanitizers (#96)
See llvm/llvm-project#77687 for more details.
1 parent bb8533b commit 10993ce

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
@@ -260,7 +260,7 @@ function build_stage2 {
260260
(cd ${libcxx_build_dir} && \
261261
cmake \
262262
${cmake_stage2_common_options} \
263-
-DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi' \
263+
-DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi;libunwind' \
264264
-DLLVM_USE_SANITIZER=${llvm_use_sanitizer} \
265265
-DCMAKE_C_FLAGS="${fsanitize_flag} ${cmake_libcxx_cflags} ${fno_sanitize_flag}" \
266266
-DCMAKE_CXX_FLAGS="${fsanitize_flag} ${cmake_libcxx_cflags} ${fno_sanitize_flag}" \

0 commit comments

Comments
 (0)