This is an archive of the discontinued LLVM Phabricator instance.

[hwasan] Suppress leaks from dlsym with hwasan+lsan just like with asan+lsan
ClosedPublic

Authored by leonardchan on Mar 8 2023, 1:55 PM.

Details

Summary

We should follow suite with how asan handles this now that lsan also works with hwasan.

Diff Detail

Event Timeline

leonardchan created this revision.Mar 8 2023, 1:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 1:55 PM
Herald added a subscriber: Enna1. · View Herald Transcript
leonardchan requested review of this revision.Mar 8 2023, 1:55 PM
Herald added a subscriber: Restricted Project. · View Herald TranscriptMar 8 2023, 1:55 PM
vitalybuka accepted this revision.Mar 8 2023, 2:22 PM

@kstoimenov Does this fix any leaks you see?

This revision is now accepted and ready to land.Mar 8 2023, 2:22 PM