We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f83481 commit f5730c3Copy full SHA for f5730c3
llvm/lib/IR/LegacyPassManager.cpp
@@ -86,7 +86,7 @@ static cl::opt<bool>
86
PrintModuleScope("print-module-scope",
87
cl::desc("When printing IR for print-[before|after]{-all} "
88
"always print a module IR"),
89
- cl::init(false));
+ cl::init(false), cl::Hidden);
90
91
static cl::list<std::string>
92
PrintFuncsList("filter-print-funcs", cl::value_desc("function names"),
0 commit comments