[clang] [lld] [llvm] [LTO] Make stack usage files work with LTO (PR #178005)
Teresa Johnson via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 28 08:32:14 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",
----------------
teresajohnson wrote:
To clarify, you will need a force push once 1 and 2 are extracted and committed, to rebase on top of them. That is fine I was just referring to the prior force push. You could keep this PR for 3, to preserve the review history.
https://github.com/llvm/llvm-project/pull/178005
More information about the cfe-commits
mailing list