[PATCH] D88703: [LLD][COFF] Add more type record information to /summary

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 14:20:18 PDT 2020


aganea created this revision.
aganea added a reviewer: rnk.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
aganea requested review of this revision.

This adds the following two new lines to /summary:

        21351 Input OBJ files (expanded from all cmd-line inputs)
           61 PDB type server dependencies
           38 Precomp OBJ dependencies
   1420669231 Input type records         <<<<
  78665073382 Input type records bytes   <<<<
      8801393 Merged TPI records
      3177158 Merged IPI records
        59194 Output PDB strings
     71576766 Global symbol records
     25416935 Module symbol records
      2103431 Public symbol records

Works with both /DEBUG and /DEBUG:GHASH.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88703

Files:
  lld/COFF/DebugTypes.cpp
  lld/COFF/DebugTypes.h
  lld/COFF/PDB.cpp
  lld/test/COFF/pdb-type-server-simple.test
  lld/test/COFF/precomp-link.test
  lld/test/COFF/precomp-summary-fail.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88703.295675.patch
Type: text/x-patch
Size: 6127 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201001/241416d9/attachment.bin>


More information about the llvm-commits mailing list