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

Fix broken ASAN code #6408

Merged
merged 2 commits into from
Nov 12, 2021
Merged

Fix broken ASAN code #6408

merged 2 commits into from
Nov 12, 2021

Conversation

steven-johnson
Copy link
Contributor

Various changes and merges ended up with us using multiple ASAN passes, which was pretty crashy (we just didn't notice because it isn't tested well enough on our buildbots, but is elsewhere).

I think we really only want to use the ModuleAddressSanitizerPass (not the non-Module version), which is what Clang does.

Various changes and merges ended up with us using multiple ASAN passes, which was pretty crashy (we just didn't notice because it isn't tested well enough on our buildbots, but is elsewhere).

I think we really only want to use the ModuleAddressSanitizerPass (not the non-Module version), which is what Clang does.
@steven-johnson steven-johnson merged commit 79da2a0 into master Nov 12, 2021
@steven-johnson steven-johnson deleted the srj/broken-asan branch November 12, 2021 16:34
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