[lld] [llvm] [DTLTO] Overlap temporary file removal (PR #209423)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 08:21:55 PDT 2026
================
@@ -94,18 +100,20 @@ class LLVM_ABI DTLTO : public LTO {
/// Cache) for each task identifier.
virtual Error run(AddStreamFn AddStream, FileCache Cache = {}) override;
+ void cleanupAfterRun() override;
----------------
teresajohnson wrote:
Document
https://github.com/llvm/llvm-project/pull/209423
More information about the llvm-commits
mailing list