================ @@ -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:
While here, can you change this in this and other files and comments to spell out as "Integrated Distributed ThinLTO" when not using "DTLTO" to distinguish from the original distributed ThinLTO? Otherwise I think it gets confusing. https://github.com/llvm/llvm-project/pull/192629 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
