llvm-project/llvm/test/tools/dsymutil
Jonas Devlieghere 409c515f3f [dsymutil] Add the ability to run the DWARF verifier on the input
Currently you can run the DWARF verifier on the linked dsymutil output.
This patch extends this functionality and makes it possible to
run the DWARF verifier on the input as well.

A new option --verify-dwarf allows you to specify input, output, all and
none. The existing --verify flag remains unchanged and acts and alias
for --verify-dwarf=output.

Input verification issues do not result in a non-zero exit code because
dsymutil is capable of taking invalid DWARF as input and producing valid
DWARF as output.

Differential revision: https://reviews.llvm.org/D89216
2022-02-14 16:14:07 -08:00
..
ARM [dsymutil] Don't emit .debug_pubnames and .debug_pubtypes 2021-04-06 19:01:45 -07:00
Inputs Add support for the swift5 reflection section acfuncs 2022-02-11 14:05:26 -08:00
X86 [dsymutil] Add the ability to run the DWARF verifier on the input 2022-02-14 16:14:07 -08:00
absolute_symbol.test
arch-option.test
archive-timestamp.test [test] Use host platform specific error message substitution in lit tests 2021-01-29 07:16:30 -05:00
basic-linking.test
cmdline.test [dsymutil] Add flag to force a static variable to keep its enclosing function 2021-04-28 11:33:04 -07:00
debug-map-parsing.test [test] Use host platform specific error message substitution in lit tests 2021-01-29 07:16:30 -05:00
dump-symtab.test
fat-binary-output.test
null-die.test
yaml-object-address-rewrite.test