[Lldb-commits] [PATCH] D16415: Call CalculateSymbolSizes in ObjectFilePECOFF::GetSymtab

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 21 12:41:52 PST 2016


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

I just added PECOFF so I could make sure I had 3 clients for the ObjectFile class when I was developing it and I already have the PECOFF support in the previous tool I had written, so this is quite fine to do. I could even fine a PECOFF file that had a symbol table when I made ObjectFilePECOFF so I wasn't able to actually use any of the symbols. We don't use PECOFF at Apple, so this looks good.


http://reviews.llvm.org/D16415





More information about the lldb-commits mailing list