[lld] [llvm] [LLD][COFF] Add more `--time-trace` tags for ThinLTO linking (PR #156471)
Alexandre Ganea via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 3 05:52:41 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");
----------------
aganea wrote:
Removed!
https://github.com/llvm/llvm-project/pull/156471
More information about the llvm-commits
mailing list