[PATCH] D20876: [PDB] Print section contributions and section map

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 16:34:16 PDT 2016


zturner added inline comments.

================
Comment at: test/DebugInfo/PDB/pdbdump-headers.test:1189
@@ +1188,3 @@
+; ALL:   Entry {
+; ALL:     Flags: 269
+; ALL:     Ovl: 0
----------------
majnemer wrote:
> Can we pretty print these flags?
Already done in this revision (see `llvm-pdbdump.cpp`), I just forgot to update the test.  It's working locally.


http://reviews.llvm.org/D20876





More information about the llvm-commits mailing list