This is an archive of the discontinued LLVM Phabricator instance.

Symbolize: Make DWPName a symbolizer option instead of an argument to symbolize{,Inlined}Code.
ClosedPublic

Authored by pcc on Jun 10 2019, 6:25 PM.

Details

Summary

This makes the interface simpler and more consistent with the interface for
.dSYM files and fixes a bug where llvm-symbolizer would not read the dwp if
it was asked to symbolize data before symbolizing code.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Jun 10 2019, 6:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2019, 6:25 PM
echristo accepted this revision.Jun 10 2019, 7:24 PM
This revision is now accepted and ready to land.Jun 10 2019, 7:24 PM
This revision was automatically updated to reflect the committed changes.