[PATCH] D56919: [llvm-symbolizer] Add support for --basenames/-s
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 18 09:23:39 PST 2019
jhenderson created this revision.
jhenderson added reviewers: dblaikie, smeenai, eugene, ruiu, aizatsky.
Herald added a subscriber: rupprecht.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D56919
Files:
docs/CommandGuide/llvm-symbolizer.rst
include/llvm/DebugInfo/Symbolize/DIPrinter.h
lib/DebugInfo/Symbolize/DIPrinter.cpp
test/tools/llvm-symbolizer/basenames.s
tools/llvm-symbolizer/llvm-symbolizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56919.182538.patch
Type: text/x-patch
Size: 4056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190118/e687f032/attachment.bin>
More information about the llvm-commits
mailing list