Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove libFuzzer stub source file #213

Conversation

fmeum
Copy link
Member

@fmeum fmeum commented Oct 11, 2022

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.

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.
@fmeum fmeum marked this pull request as ready for review October 11, 2022 15:20
Copy link
Collaborator

@stefanbucur stefanbucur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@stefanbucur stefanbucur merged commit b193df7 into bazel-contrib:master Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants