[clang] [llvm] [llvm][DebugInfo][clang] Finalize all declaration subprograms in DIBuilder::finalize() (PR #139914)

Vladislav Dzhidzhoev via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 2 06:22:14 PDT 2025


dzhidzhoev wrote:

> > Performance cost in terms of compilation time?
> 
> Compilation time indeed -- there's a small chance that we unexpectedly start producing masses of useless type information, which would mean we'd have to rethink this. It'll show up on https://llvm-compile-time-tracker.com/ pretty rapidly if there's a problem.

Thank you! I'll keep an eye on it.

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


More information about the llvm-commits mailing list