[LLD][COFF] Add /summary to print statistics
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Thu, 14 Mar 2019 18:45:08 +0000 (18:45 +0000)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Thu, 14 Mar 2019 18:45:08 +0000 (18:45 +0000)
commit3e60ee9f10f9fac4cdb83b625af07402b4e71a91
tree9fd9d3d13c263481f8c9ceb89ed7adfcfb9ff147
parent3689caebecfac1f6868e6190c45e8a4f4f433336
[LLD][COFF] Add /summary to print statistics

/summary prints information about the data (OBJ/LIB/PDB) processed by LLD. The goal is have an estimate about the inputs and outputs, to better understand where the timings go.

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

llvm-svn: 356188
lld/COFF/Config.h
lld/COFF/Driver.cpp
lld/COFF/Options.td
lld/COFF/PDB.cpp
lld/test/COFF/pdb-type-server-simple.test
lld/test/COFF/precomp-link.test