[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


================
@@ -431,7 +435,10 @@ class Verifier : public InstVisitor<Verifier>, VerifierSupport {
 
     Broken = false;
     // FIXME: We strip const here because the inst visitor strips const.
-    visit(const_cast<Function &>(F));
+    {
+      llvm::TimeTraceScope domScope("Verifier visit");
----------------
zmodem wrote:

scope name copy-past-o?

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


More information about the llvm-commits mailing list