[PATCH] D41915: [lldCOFF] Print detailed timing information with /VERBOSE

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 10:33:09 PST 2018


rnk added a comment.

I'd suggest putting this under MSVC's `/TIME` flag: https://cs.chromium.org/chromium/src/build/config/win/BUILD.gn?type=cs&q=win_linker_timing&sq=package:chromium&l=281

It would then naturally work in Chrome builds that set the `win_linker_timing=true` gn args.


https://reviews.llvm.org/D41915





More information about the llvm-commits mailing list