[PATCH] D30908: [llvm-pdbdump] Add the beginning of PDB diffing support

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 14:42:56 PDT 2017


rnk added a comment.

It's also possible to have two PDBs with equivalent type streams but different type index numberings. This diffing tool would make it possible to look past those superficial differences.


https://reviews.llvm.org/D30908





More information about the llvm-commits mailing list