[PATCH] D121215: [cmake] Add LLVM_THINLTO_CACHE_PATH

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 12:16:29 PST 2022


phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/cmake/modules/HandleLLVMOptions.cmake:1085
 
+set(LLVM_THINLTO_CACHE_PATH "${PROJECT_BINARY_DIR}/lto.cache" CACHE STRING "Set ThinLTO cache path. This can be used when building LLVM from several different directiories.")
+
----------------
Typo


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121215



More information about the llvm-commits mailing list