[PATCH] D57083: llvm-symbolizer: Add support for -i and -inlines as aliases for -inlining

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 24 01:28:11 PST 2019


jhenderson added a comment.

In D57083#1368695 <https://reviews.llvm.org/D57083#1368695>, @pcc wrote:

> llvm-symbolizer has a totally different interface to addr2line. Does it really make sense to make llvm-symbolizer similar in this way or should there be a separate tool that tries to be compatible with addr2line?


I'm not sure it's that dissimilar is it? Following the recent changes, I think it is pretty close to a drop-in replacement. What differences are you concerned about in particular?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57083/new/

https://reviews.llvm.org/D57083





More information about the llvm-commits mailing list