[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 12:54:04 PDT 2025
    
    
  
================
@@ -1550,6 +1551,7 @@ void llvm::computeDeadSymbolsWithConstProp(
     const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
     function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing,
     bool ImportEnabled) {
+  llvm::TimeTraceScope timeScope("Dead symbols");
----------------
aganea wrote:
Done.
https://github.com/llvm/llvm-project/pull/156471
    
    
More information about the llvm-commits
mailing list