bazel-contrib / rules_fuzzing

Bazel Starlark extensions for defining fuzz tests in Bazel projects
Apache License 2.0
87 stars 20 forks source link

Remove libFuzzer stub source file #213

Closed fmeum closed 2 years ago

fmeum commented 2 years ago

The stub containing the warning is redundant: If it is linked in, then the target depending on it will also pick up the -fsanitize=fuzzer flag and thus link in libFuzzer.

On macOS, where weak symbols are treated differently by default, the stub can lead to libFuzzer not being linked at all.