This is an archive of the discontinued LLVM Phabricator instance.

[gwp_asan] Improve symbolizer script
ClosedPublic

Authored by vitalybuka on Jun 30 2021, 2:28 PM.

Details

Summary

Show inlined functions.
Hide unhelpful DWARF related warnings.

Diff Detail

Event Timeline

vitalybuka requested review of this revision.Jun 30 2021, 2:28 PM
vitalybuka created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2021, 2:28 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka retitled this revision from [gwp_asan] Inprove symbolizer script to [gwp_asan] Improve symbolizer script.
hctim added inline comments.Jun 30 2021, 2:30 PM
compiler-rt/lib/gwp_asan/scripts/symbolize.sh
55

can we filter out specific bad warnings, rather than clobber all of stderr?

filter specific warning

vitalybuka marked an inline comment as done.Jun 30 2021, 3:27 PM
hctim accepted this revision.Jul 1 2021, 9:58 AM

LGTM

This revision is now accepted and ready to land.Jul 1 2021, 9:58 AM
This revision was landed with ongoing or failed builds.Jul 1 2021, 10:37 AM
This revision was automatically updated to reflect the committed changes.