We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0398ad4 commit 32efbb7Copy full SHA for 32efbb7
llvm/tools/opt/optdriver.cpp
@@ -224,7 +224,8 @@ static cl::opt<bool> EnableProfileVerification(
224
#else
225
cl::init(false),
226
#endif
227
- cl::desc("Start the pipeline with prof-inject and end it with prof-check"));
+ cl::desc(
228
+ "Start the pipeline with prof-inject and end it with prof-verify"));
229
230
static cl::opt<std::string> ClDataLayout("data-layout",
231
cl::desc("data layout string to use"),
0 commit comments