This is an archive of the discontinued LLVM Phabricator instance.

DebugInfo/Symbolize: Exclude ARM mapping symbols for .symtab symbolization after D95916
ClosedPublic

Authored by MaskRay on Feb 12 2021, 10:43 AM.

Details

Summary

Their names don't convey much information, so they should be excluded.
The behavior matches addr2line.

Diff Detail

Event Timeline

MaskRay created this revision.Feb 12 2021, 10:43 AM
MaskRay requested review of this revision.Feb 12 2021, 10:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 12 2021, 10:43 AM
MaskRay retitled this revision from DebugInfo/Symbolize: Exclude ARM mapping symbols for .symtab symbolization after D95619 to DebugInfo/Symbolize: Exclude ARM mapping symbols for .symtab symbolization after D95916.Feb 12 2021, 10:45 AM
zatrazz accepted this revision.Feb 12 2021, 10:57 AM

LGTM, it fixes the arm sanitizer regressions.

This revision is now accepted and ready to land.Feb 12 2021, 10:57 AM
This revision was landed with ongoing or failed builds.Feb 12 2021, 11:04 AM
This revision was automatically updated to reflect the committed changes.