forked from OSchip/llvm-project
f1f9c34174
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 llvm-svn: 312409 |
||
---|---|---|
.. | ||
compress.test | ||
compressfail.test | ||
duplicate.test | ||
dwos_list_from_exec_simple.test | ||
empty.test | ||
gcc_type.test | ||
invalid_cu_index.test | ||
invalid_string_form.test | ||
lit.local.cfg | ||
merge.test | ||
missing_tu_index.test | ||
multiple_type_sections.test | ||
nocompress.test | ||
non_cu_top_level.test | ||
simple.test | ||
type_dedup.test |