[PATCH] D54665: [llvm-objdump] Print a blank row at the end of sections
Xing via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 17 00:15:40 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL347135: [llvm-objdump] Print a blank row at the end of sections (authored by Higuoxing, committed by ).
Repository:
rL LLVM
https://reviews.llvm.org/D54665
Files:
llvm/trunk/tools/llvm-objdump/llvm-objdump.cpp
Index: llvm/trunk/tools/llvm-objdump/llvm-objdump.cpp
===================================================================
--- llvm/trunk/tools/llvm-objdump/llvm-objdump.cpp
+++ llvm/trunk/tools/llvm-objdump/llvm-objdump.cpp
@@ -1914,6 +1914,7 @@
(unsigned)Section.getIndex(), Name.str().c_str(), Size,
Address, Type.c_str());
}
+ outs() << "\n";
}
void llvm::PrintSectionContents(const ObjectFile *Obj) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54665.174503.patch
Type: text/x-patch
Size: 457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181117/5a8f523c/attachment.bin>
More information about the llvm-commits
mailing list