OSDN Git Service

[llvm-readobj] Use LLVMDebugInfoCodeView to parse line tables.
authorZachary Turner <zturner@google.com>
Fri, 28 Apr 2017 23:41:36 +0000 (23:41 +0000)
committerZachary Turner <zturner@google.com>
Fri, 28 Apr 2017 23:41:36 +0000 (23:41 +0000)
commita769999502695a037b2d7840484e0fdd416acfe9
tree5b46eb883351e02448c9d2c080099ba280ae877f
parentbb47accc2178c48ef7876e2b0e3f7e1472821862
[llvm-readobj] Use LLVMDebugInfoCodeView to parse line tables.

The llvm-readobj parsing code currently exists in our CodeView
library, so we use that to parse instead of re-writing the logic
in the tool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301718 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
tools/llvm-readobj/COFFDumper.cpp