[PATCH] D37771: llvm-dwarfdump: automatically dump both regular and .dwo variant of sections

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 14:47:06 PDT 2017


aprantl added a comment.

When dumping a .o file without a .debug_types section, should --debug-types

1. print nothing
2. print `.debug_types:\nEOF`

If the answer is (2), how should it behave on an empty .dwo file?


https://reviews.llvm.org/D37771





More information about the llvm-commits mailing list