[lld] [llvm] [DTLTO] Add DTLTO-specific LTO input handling time-trace scopes (PR #175799)
Ben Dunbobbin via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 16 08:31:14 PST 2026
================
@@ -1272,6 +1272,8 @@ Error LTO::run(AddStreamFn AddStream, FileCache Cache) {
if (StatsFile)
PrintStatisticsJSON(StatsFile->os());
+ cleanup();
----------------
bd1976bris wrote:
This has additionally enabled the inlining and removal of DTLTO::removeTempFiles().
https://github.com/llvm/llvm-project/pull/175799
More information about the llvm-commits
mailing list