[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 16:13:24 PDT 2017
aprantl added a comment.
Okay, I'll implement a "don't print anything if the section doesn't exist" approach, since that seems to align best with what everybody desires. Printing an empty "contents" only if the section was explicitly required is trickier to implement, so I'll leave this for a future improvement.
https://reviews.llvm.org/D37771
More information about the llvm-commits
mailing list