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 6de6048 commit 31f91c9Copy full SHA for 31f91c9
zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
@@ -90,7 +90,7 @@ LIT_FILTER_OUT='(AddressSanitizer|asan|ubsan)' \
90
build_and_test "debug" "-DCOMPILER_RT_DEBUG=ON"
91
92
# Copied from buildbot_standard.sh, where it was not tested as well.
93
-build "tsan_debug" "-DCOMPILER_RT_DEBUG=ON -DCOMPILER_RT_TSAN_DEBUG_OUTPUT=ON -DLLVM_INCLUDE_TESTS=OFF"
+build "tsan_debug" "-DCOMPILER_RT_DEBUG=ON -DCOMPILER_RT_TSAN_DEBUG_OUTPUT=ON -DLLVM_INCLUDE_TESTS=OFF -DCOMPILER_RT_BUILD_LIBFUZZER=OFF"
94
95
build_and_test "default" ""
96
0 commit comments