[llvm] [OptBisect] Add an option to disable print of pass message (PR #101065)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 29 13:18:57 PDT 2024
================
@@ -32,6 +32,11 @@ static cl::opt<int> OptBisectLimit("opt-bisect-limit", cl::Hidden,
}),
cl::desc("Maximum optimization to perform"));
+static cl::opt<bool> OptBisectPrintPassMessage(
+ "opt-bisect-print-pass-message",
----------------
shiltian wrote:
I didn't follow
https://github.com/llvm/llvm-project/pull/101065
More information about the llvm-commits
mailing list