OSDN Git Service

Add the beginning of PDB diffing support.
authorZachary Turner <zturner@google.com>
Mon, 13 Mar 2017 23:28:25 +0000 (23:28 +0000)
committerZachary Turner <zturner@google.com>
Mon, 13 Mar 2017 23:28:25 +0000 (23:28 +0000)
commit435ba4ae281a17b1382e0860cbe05aacc77b59b3
tree79fe6f8fbec6b9d617dcf5fe3981cbb44c5703c6
parent8c12617ac6ceebf1969614776402c03407f4e8d7
Add the beginning of PDB diffing support.

For now this only diffs the stream directory and the MSF
Superblock.  Future patches will drill down into individual
streams to find out where the differences lie.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297689 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-pdbdump/CMakeLists.txt
tools/llvm-pdbdump/Diff.cpp [new file with mode: 0644]
tools/llvm-pdbdump/Diff.h [new file with mode: 0644]
tools/llvm-pdbdump/LLVMOutputStyle.cpp
tools/llvm-pdbdump/LLVMOutputStyle.h
tools/llvm-pdbdump/StreamUtil.cpp [new file with mode: 0644]
tools/llvm-pdbdump/StreamUtil.h [new file with mode: 0644]
tools/llvm-pdbdump/llvm-pdbdump.cpp
tools/llvm-pdbdump/llvm-pdbdump.h