llvm-project/llvm/test/tools/llvm-dwp/Inputs
Alexander Shaposhnikov f1f9c34174 [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

llvm-svn: 312409
2017-09-02 08:19:01 +00:00
..
compress
compressfail
duplicate
duplicate_dwo_name
dwos_list_from_exec [llvm-dwp] Implement -e option 2017-09-02 08:19:01 +00:00
gcc_type
invalid_cu_index
merge/notypes
missing_tu_index
simple
type_dedup
empty.dwo
empty_compressed_section.dwo llvm-dwp: More error handling around invalid compressed sections 2016-05-23 17:59:17 +00:00
invalid_compressed.dwo llvm-dwp: More error handling around invalid compressed sections 2016-05-23 17:59:17 +00:00
invalid_string_form.dwo llvm-dwp: Provide error handling for invalid string field forms 2016-05-17 00:07:10 +00:00
multiple_type_sections.dwp llvm-dwp: Add error handling for multiple type sections in a dwp file. 2016-05-17 22:00:57 +00:00
non_cu_top_level.dwo