This is for https://bugs.llvm.org/show_bug.cgi?id=40008,
it starts printing the file headers when --all-headers is given and
do a few cosmetic changes.
Differential D56588
[llvm-objdump] - Change the output for --all-headers. grimar on Jan 11 2019, 4:15 AM. Authored by
Details This is for https://bugs.llvm.org/show_bug.cgi?id=40008, it starts printing the file headers when --all-headers is given and
Diff Detail Event Timeline
|
Won't the extra '\n' result in a weird extra blank line when printing just the file headers?
I also noticed that there was a lot of inconsistency between the different outputs in this area. What I'd like to see is each different dump to append a blank line, only if there is more to come.
I don't feel too strongly about it though, as long as we are consistent.