PR21189: Teach llvm-readobj to dump bits of COFF symbol subsections required to debug...
authorTimur Iskhodzhanov <timurrrr@google.com>
Thu, 23 Oct 2014 22:25:31 +0000 (22:25 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Thu, 23 Oct 2014 22:25:31 +0000 (22:25 +0000)
commit13535f412a3fbd0374060ea6af38c0cde01e34ae
treecbb45843b363996b02f4885eb8a886c668ad838c
parent48ba51a8cddd823f1c6823218b982b87b0018c0d
PR21189: Teach llvm-readobj to dump bits of COFF symbol subsections required to debug using VS2012+

Reviewed at http://reviews.llvm.org/D5755
Thanks to Andrey Guskov for his help investigating this!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220526 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/COFF.h
test/tools/llvm-readobj/codeview-linetables.test
tools/llvm-readobj/COFFDumper.cpp