[llvm] [DTLTO] [LLVM] Initial DTLTO cache implementation (PR #156433)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 17 09:34:28 PDT 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;
----------------
teresajohnson wrote:
bool? Also, add a comment about the need for this variable.
https://github.com/llvm/llvm-project/pull/156433
More information about the llvm-commits
mailing list