This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from d12ada01d [WebAssembly] Remove non-existent method declaration. NFC. new 5342d53f4 [coff] Print detailed timing information with /TIME.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: COFF/Config.h | 1 + COFF/Driver.cpp | 16 ++++++++++- COFF/ICF.cpp | 5 ++++ COFF/MarkLive.cpp | 5 ++++ COFF/Options.td | 1 + COFF/PDB.cpp | 22 ++++++++++++++ COFF/SymbolTable.cpp | 5 ++++ COFF/Writer.cpp | 10 ++++++- COFF/Writer.h | 1 + Common/CMakeLists.txt | 1 + Common/Timer.cpp | 71 ++++++++++++++++++++++++++++++++++++++++++++++ include/lld/Common/Timer.h | 59 ++++++++++++++++++++++++++++++++++++++ 12 files changed, 195 insertions(+), 2 deletions(-) create mode 100644 Common/Timer.cpp create mode 100644 include/lld/Common/Timer.h