commit | dce71c7425d1d90a63024a03f8b763d0a8394932 | [log] [tgz] |
---|---|---|
author | Alexander Shaposhnikov <shal1t712@gmail.com> | Sat Sep 02 08:19:01 2017 +0000 |
committer | Alexander Shaposhnikov <shal1t712@gmail.com> | Sat Sep 02 08:19:01 2017 +0000 |
tree | 7387e2d741ca1514d51458dd44190d115d101dc9 | |
parent | 2ce7ffd2016ea73f5945f5b23d2d33395725126a [diff] |
[llvm-dwp] Implement -e option The binutils utility dwp has an option "-e" https://gcc.gnu.org/wiki/DebugFissionDWP to specify an executable/library to get the list of *.dwo files from it. This option is particularly useful when someone runs the tool manually outside of a build system. This diff adds an implementation of "-e" to llvm-dwp. Test plan: make check-all Differential revision: https://reviews.llvm.org/D37371 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312409 91177308-0d34-0410-b5e6-96231b3b80d8