This is an archive of the discontinued LLVM Phabricator instance.

[llvm-symbolizer] Add support for --basenames/-s
ClosedPublic

Authored by jhenderson on Jan 18 2019, 9:23 AM.

Details

Summary

This fixes https://bugs.llvm.org/show_bug.cgi?id=40068.

--basenames is a GNU addr2line switch which strips the directory names from the file path in the output.

Diff Detail

Repository
rL LLVM

Event Timeline

jhenderson created this revision.Jan 18 2019, 9:23 AM
ruiu accepted this revision.Jan 18 2019, 9:35 AM

LGTM

This revision is now accepted and ready to land.Jan 18 2019, 9:35 AM
This revision was automatically updated to reflect the committed changes.