[PATCH] D107532: Get CPACK config variables from the cache to allow overriding via cache file

Jon Reeves via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 13 21:42:50 PDT 2021


jonathanreeves marked 3 inline comments as done.
jonathanreeves added a comment.

Sorry for the delay on this, I was out of town until yesterday, just finished up testing the changes. Note that I do think several of these variables deserve to be cached and "sticky", I just protected the version settings from the unintentional caching problem. Let me know what you think of this. Trying to avoid a bunch of conditionals on things that are unlikely or undesirable to frequently change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107532/new/

https://reviews.llvm.org/D107532



More information about the llvm-commits mailing list