Open szhorvat opened 1 year ago
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.
-fsanitize=fuzzer
-fsanitize=fuzzer-no-link
See https://llvm.org/docs/LibFuzzer.html
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