[PATCH] D54006: Fix a few small issues in llvm-pdbutil

Leonard Mosescu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 1 16:46:24 PDT 2018


lemo marked 3 inline comments as done.
lemo added a comment.

Thanks Zach for your assistance with this!



================
Comment at: test/tools/llvm-pdbdump/stripped.test:7-8
+
+; CHECK: Streams                           
+; CHECK-NEXT: ============================================================
+
----------------
zturner wrote:
> This section might be interesting to print too.  If for no other reason than to server as a reference of what streams are "normal" to expect in a stripped PDB.
I agree. There's a slight downside though - the test becomes very sensitive to the output, including formatting details.


https://reviews.llvm.org/D54006





More information about the llvm-commits mailing list