================ @@ -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 ---------------- kbelochapka wrote:
1. Replaced `Distributed ThinLTO` for `Integrated Distributed ThinLTO` in the comments. 2. Perhaps we should consider `DLTO` again? (we have a plan to distribute regular LTO partitions) https://github.com/llvm/llvm-project/pull/192629 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
