[llvm] [OptBisect] Add an option to disable print of pass message (PR #101065)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 12:55:42 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",
----------------
arsenm wrote:

verbose?

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


More information about the llvm-commits mailing list