llvm-objdump: Indent unwind info contents.
authorRui Ueyama <ruiu@google.com>
Tue, 4 Mar 2014 19:23:56 +0000 (19:23 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 4 Mar 2014 19:23:56 +0000 (19:23 +0000)
commitafee151fe8ac235ed0b03d99fffcf851eef8166b
treee396be626f3c4d98d7f0f0363554a6dcfa06ad4b
parent1d8f5519463f16915048501bc464e93a076da3a9
llvm-objdump: Indent unwind info contents.

Unwind info contents were indented at the same level as function table
contents. That's a bit confusing because the unwind info is pointed by
function table. In other places we usually increment indentation depth
by one when dereferncing a pointer.

This patch also removes extraneous newlines between function tables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202879 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objdump/win64-unwind-data.test
tools/llvm-objdump/COFFDump.cpp