[PATCH] D76733: New symbolizer option to print files relative to the compilation directory.
Sterling Augustine via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 24 15:39:52 PDT 2020
saugustine added a comment.
In D76733#1940199 <https://reviews.llvm.org/D76733#1940199>, @MaskRay wrote:
> This change looks good to me. My mere concern is about the option naming. In GNU addr2line, -r has a different meaning, and llvm-symbolizer can be used as llvm-addr2line (it is a crunched executable). If it does not cause too much inconvenience, I will hope we can make llvm-symbolizer and llvm-addr2line have consistent option names.
What would you choose for a different name? I am open to about anything. I suppose we wouldn't even need a short option at all.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76733/new/
https://reviews.llvm.org/D76733
More information about the llvm-commits
mailing list