[all-commits] [llvm/llvm-project] 55b97a: [LLD][COFF] Add more type record information to /s...

Alexandre Ganea via All-commits all-commits at lists.llvm.org
Fri Oct 2 06:54:18 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 55b97a6d2a7459dd5bdc78b199c05525302137c2
      https://github.com/llvm/llvm-project/commit/55b97a6d2a7459dd5bdc78b199c05525302137c2
  Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
  Date:   2020-10-02 (Fri, 02 Oct 2020)

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

  Log Message:
  -----------
  [LLD][COFF] Add more type record information to /summary

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

Differential Revision: https://reviews.llvm.org/D88703


  Commit: fe1f0a1a19011154c73b9f6ab764c39dac9b4e79
      https://github.com/llvm/llvm-project/commit/fe1f0a1a19011154c73b9f6ab764c39dac9b4e79
  Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
  Date:   2020-10-02 (Fri, 02 Oct 2020)

  Changed paths:
    M lld/Common/Timer.cpp

  Log Message:
  -----------
  [LLD] Fix /time formatting for very long runs. NFC.


Compare: https://github.com/llvm/llvm-project/compare/c7d4aa711ab7...fe1f0a1a1901


More information about the All-commits mailing list