[clang] [Driver][Darwin] Pass stack usage file for LTO (PR #178005)
Marina Taylor via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 4 06:32:13 PST 2026
================
@@ -106,6 +106,11 @@ static cl::opt<std::string>
LTOStatsFile("lto-stats-file",
cl::desc("Save statistics to the specified file"), cl::Hidden);
+cl::opt<std::string>
+ LTOStackUsageOutput("lto-stack-usage-output",
----------------
citymarina wrote:
Thanks for the pointers, I've landed parts 1 and 2 and updated this one for part 3.
https://github.com/llvm/llvm-project/pull/178005
More information about the cfe-commits
mailing list