[clang] [lld] [llvm] Integrated Distributed ThinLTO (DTLTO): Initial support (PR #126654)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 12 18:57:47 PST 2025
================
@@ -243,6 +243,8 @@ struct Config {
llvm::SmallVector<llvm::StringRef, 0> searchPaths;
llvm::SmallVector<llvm::StringRef, 0> symbolOrderingFile;
llvm::SmallVector<llvm::StringRef, 0> thinLTOModulesToCompile;
+ llvm::StringRef DTLTODistributor;
----------------
bd1976bris wrote:
Oops. Thanks.
https://github.com/llvm/llvm-project/pull/126654
More information about the cfe-commits
mailing list