[CodeView] Improve the line table dumper
authorDavid Majnemer <david.majnemer@gmail.com>
Wed, 13 Jan 2016 01:05:16 +0000 (01:05 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Wed, 13 Jan 2016 01:05:16 +0000 (01:05 +0000)
commit812af1efba18ceeda296e1bed2e9e59eecd4e9d2
tree957984959925af2c74f8ee56dd03557d030aa50c
parent2c77694774b1f4b2bdbf4cd8bd21b3adba0af01a
[CodeView] Improve the line table dumper

This change has us print out fields we didn't previously understand.  To
improve readability, we now group column information with it's
respective line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257552 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/COFF.h
test/DebugInfo/COFF/asm.ll
test/DebugInfo/COFF/multifile.ll
test/DebugInfo/COFF/multifunction.ll
test/DebugInfo/COFF/simple.ll
test/tools/llvm-readobj/codeview-linetables.test
tools/llvm-readobj/COFFDumper.cpp