[PATCH] D62353: [cmake] Add new LLVM_CACHE_VARIABLES variable to contains all variables passed to cmake on the commandline or in cache files.

Ilya Biryukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 07:04:30 PDT 2019


ilya-biryukov added inline comments.


================
Comment at: llvm/CMakeLists.txt:4
+# Generate a list of variables passed to cmake and save the list in
+# the cache.  This list could be used to figure out what should when
+# building host tools for cross-compiles.
----------------
NIT: are we missing a part of the phrase? `what should when`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62353





More information about the llvm-commits mailing list