[llvm] [llvm-profgen][SPGO] Support profiles with multiple concurrent processes (PR #169353)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 11 18:23:39 PST 2025
================
@@ -60,6 +60,13 @@ static cl::opt<int> CSProfMaxUnsymbolizedCtxDepth(
"means no depth limit."),
cl::cat(ProfGenCategory));
+static cl::opt<bool> MultiProcessProfile(
+ "multi-process-profile",
----------------
HighW4y2H3ll wrote:
Why do we need a separate cmdline arg to flag multiple pid? Can’t we already know this when user passes multiple pids?
https://github.com/llvm/llvm-project/pull/169353
More information about the llvm-commits
mailing list