[lld] [LLD][COFF] Display the size of all consumed inputs with /summary (take 2) (PR #157284)
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 8 03:06:54 PDT 2025
https://github.com/mstorsjo approved this pull request.
LGTM, this looks straightforward enough.
I'm somewhat surprised to see a seemingly general feature like `/summary` (even if many of the numbers may be related to debug info) be implemented in the PDB writer (which obviously is a preexisting design). What if the user doesn't do any PDB output at all (or e.g. links with `-debug:dwarf`) - does the `/summary` option still have an effect?
https://github.com/llvm/llvm-project/pull/157284
More information about the llvm-commits
mailing list