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

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 2 05:30:31 PDT 2025


jmorse 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.

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


More information about the llvm-commits mailing list