[llvm] [BOLT] add disable pass flags (PR #93032)
Rafael Auler via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 11:54:52 PDT 2024
================
@@ -53,10 +53,10 @@ extern cl::opt<bool> DumpDotAll;
extern cl::opt<std::string> AsmDump;
extern cl::opt<bolt::PLTCall::OptType> PLT;
-static cl::opt<bool>
-DynoStatsAll("dyno-stats-all",
- cl::desc("print dyno stats after each stage"),
- cl::ZeroOrMore, cl::Hidden, cl::cat(BoltCategory));
+static cl::opt<bool> DynoStatsAll("dyno-stats-all",
----------------
rafaelauler wrote:
Can you limit clang-formatting to your changes only?
https://github.com/llvm/llvm-project/pull/93032
More information about the llvm-commits
mailing list