[PATCH] D20717: pdbdump: print out COFF section headers.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 18:56:56 PDT 2016


zturner added a comment.

Admittedly these section headers aren't too big, but if we want to standardize on the new stream interface stuff, maybe you can wait until my memory patch goes in, and then use `FixedStreamArray<object::coff_section>`.

Eventually I'd like to even delete the methods of `StreamReader` that allocate memory


http://reviews.llvm.org/D20717





More information about the llvm-commits mailing list