[clang] [lld] [llvm] [DTLTO] Refactor the DTLTO code. (PR #192629)
Teresa Johnson via cfe-commits
cfe-commits at lists.llvm.org
Fri May 29 12:47:37 PDT 2026
================
@@ -1,83 +1,401 @@
-//===- DTLTO.h - Distributed ThinLTO functions and classes ----*- C++ -*-===//
+//===- DTLTO.h - Distributed ThinLTO implementation -----------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
-//===---------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===//
+//
+// \file
+// Declarations for Distributed ThinLTO, including the DTLTO class and the
----------------
teresajohnson wrote:
Meanwhile I'll try to come up with a term for the original distributed ThinLTO and start migrating references to use that...suggestions welcome.
https://github.com/llvm/llvm-project/pull/192629
More information about the cfe-commits
mailing list