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

msvc compiler doesn't support "-fsanitize=fuzzer-no-link" #85

Open
TechForBad opened this issue Dec 14, 2020 · 1 comment
Open

msvc compiler doesn't support "-fsanitize=fuzzer-no-link" #85

TechForBad opened this issue Dec 14, 2020 · 1 comment

Comments

@TechForBad
Copy link

I successfully compiled libfuzzer.lib on the windows platform with vs2019. The msvc compiler supports "-fsanitize-coverage=trace-pc", and I successfully use libfuzzer to deploy exe and lib projects, but the msvc compiler does not support "-fsanitize= fuzzer-no-link", which prevents me from deploying dll projects with libfuzzer.lib, what should I do?

@TechForBad
Copy link
Author

how can I use the msvc compiler to deploy libfuzzer on dynamic link library projects?

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

No branches or pull requests

1 participant