Make llvm-pdbdump print column info when available
authorAdrian McCarthy <amccarth@google.com>
Wed, 17 Aug 2016 23:01:03 +0000 (23:01 +0000)
committerAdrian McCarthy <amccarth@google.com>
Wed, 17 Aug 2016 23:01:03 +0000 (23:01 +0000)
commitd5ca720209be60a632086d61923d513d6d16c9b5
tree1b3320d5027a33116d68dd5d126c1e88e8d6aba7
parentdce7c4eb18c74d276673d77f983a04c1a4656939
Make llvm-pdbdump print column info when available

llvm-pdbdump already had code to retrieve column information in the line tables, but it wasn't using it.

Most Microsoft PDBs don't seem to have column info, so this wasn't missed. But Clang includes column info by default (at least for now), and being able to see that is useful for ensuring we get the column info correct.

Differential Revision: https://reviews.llvm.org/D23629

llvm-svn: 279001
llvm/tools/llvm-pdbdump/CompilandDumper.cpp