[PATCH] D30908: [llvm-pdbdump] Add the beginning of PDB diffing support
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 13 14:18:23 PDT 2017
ruiu added a comment.
Compared to dumping two files using pdb2yaml and diffing them, what is the advantage of this tool?
================
Comment at: llvm/tools/llvm-pdbdump/Diff.cpp:103
+ if (!Diffs)
+ outs() << "No differences detected...";
+ outs().flush();
----------------
No newline at end?
https://reviews.llvm.org/D30908
More information about the llvm-commits
mailing list