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.
Paths
| Differential D56919
[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
Event TimelineThis revision is now accepted and ready to land.Jan 18 2019, 9:35 AM Closed by commit rL351795: [llvm-symbolizer] Add support for --basenames/-s (authored by jhenderson). · Explain WhyJan 22 2019, 2:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 182867 llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst
llvm/trunk/include/llvm/DebugInfo/Symbolize/DIPrinter.h
llvm/trunk/lib/DebugInfo/Symbolize/DIPrinter.cpp
llvm/trunk/test/tools/llvm-symbolizer/basenames.s
llvm/trunk/tools/llvm-symbolizer/llvm-symbolizer.cpp
|