You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to also be able to detect libFuzzer support, which is not quite a sanitizer, but it is enabled similarly, using -fsanitize=fuzzer or -fsanitize=fuzzer-no-link.
It would be nice to also be able to detect libFuzzer support, which is not quite a sanitizer, but it is enabled similarly, using
-fsanitize=fuzzer
or-fsanitize=fuzzer-no-link
.See https://llvm.org/docs/LibFuzzer.html
The text was updated successfully, but these errors were encountered: