[llvm] [DTLTO] [LLVM] Initial DTLTO cache implementation (PR #156433)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 4 08:36:18 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;
----------------
teresajohnson wrote:

Having it in the Config seems fine. One other suggestion: move it up earlier in the struct definition to where there are other bool flags declared.

https://github.com/llvm/llvm-project/pull/156433


More information about the llvm-commits mailing list