[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:53 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");
----------------
aganea wrote:
Changed, thanks for noting. There was another one below.
https://github.com/llvm/llvm-project/pull/156471
More information about the llvm-commits
mailing list