This is an archive of the discontinued LLVM Phabricator instance.

Indicate that we print the non-symbolized stack trace and information about how to get it symbolized
ClosedPublic

Authored by mehdi_amini on Sep 24 2020, 4:56 PM.

Details

Summary

Most users of LLVM tools hit the raw traces and don't know how to get LLVM to
symbolize automatically for them.

Diff Detail

Event Timeline

mehdi_amini created this revision.Sep 24 2020, 4:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2020, 4:56 PM
mehdi_amini requested review of this revision.Sep 24 2020, 4:56 PM
MaskRay accepted this revision.Sep 24 2020, 6:28 PM

Good idea. I only got to know this after I read the source code. Many people probably have the same confusion.

Indicate that we print the non-symbolized stack trace and information about how to get it symbolized

Perhaps reword this a bit, like "Hint how to get a symbolized stack trace if llvm-symbolizer is not found"?

This revision is now accepted and ready to land.Sep 24 2020, 6:28 PM
This revision was landed with ongoing or failed builds.Sep 24 2020, 6:56 PM
This revision was automatically updated to reflect the committed changes.