[lld] [llvm] [LLD][COFF] Add more `--time-trace` tags for ThinLTO linking (PR #156471)

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 3 03:57:27 PDT 2025


================
@@ -399,6 +400,7 @@ class Verifier : public InstVisitor<Verifier>, VerifierSupport {
   bool hasBrokenDebugInfo() const { return BrokenDebugInfo; }
 
   bool verify(const Function &F) {
+    llvm::TimeTraceScope timeScope("Verifier");
----------------
zmodem wrote:

Maybe this is enough; do you really need the "Dominator Tree Builder" and "Verifier visit' timers as well?

https://github.com/llvm/llvm-project/pull/156471


More information about the llvm-commits mailing list