commit | 734a2bc7378482fc5dc593be2021c9ea9e3196f6 | [log] [tgz] |
---|---|---|
author | Igor Kudrin <ikudrin@accesssoftek.com> | Thu Apr 04 08:45:06 2019 +0000 |
committer | Igor Kudrin <ikudrin@accesssoftek.com> | Thu Apr 04 08:45:06 2019 +0000 |
tree | 4cce8cfeef2f07cbedbe492e7073677d49cb3a84 | |
parent | 0fed7b0564801eb481332b0c9ab0259a9866164b [diff] |
[llvm-symbolizer] Allow more flexible usage of -e. addr2line allows -e to be grouped with other options; it also allows it to prefix the value. Thus, all the following usages are possible: * addr2line -f -e <bin> <addr> * addr2line -fe <bin> <addr> * addr2line -f e<bin> <addr> * addr2line -fe<bin> <addr> This patch adds the same for llvm-symbolizer. Differential Revision: https://reviews.llvm.org/D60196 llvm-svn: 357676