[llvm] [libLTO] add thinlto caching flags to libLTO (PR #168567)

Wael Yehia via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 19 03:51:38 PST 2025


================
@@ -44,6 +45,29 @@ static cl::opt<bool> EnableFreestanding(
     "lto-freestanding", cl::init(false),
     cl::desc("Enable Freestanding (disable builtins / TLI) during LTO"));
 
+static cl::opt<std::string> ThinLTOCacheDir(
+    "thinlto-cache-dir",
----------------
w2yehia wrote:

done

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


More information about the llvm-commits mailing list