[llvm] [DTLTO] [LLVM] Initial DTLTO cache implementation (PR #156433)
Katya Romanova via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 7 02:16:42 PST 2025
================
@@ -281,6 +281,7 @@ struct Config {
LLVM_ABI Error addSaveTemps(std::string OutputFileName,
bool UseInputModulePath = false,
const DenseSet<StringRef> &SaveTempsArgs = {});
+ mutable uint8_t Dtlto = 0;
----------------
romanova-ekaterina wrote:
Moved.
https://github.com/llvm/llvm-project/pull/156433
More information about the llvm-commits
mailing list