forked from OSchip/llvm-project
parent
5e4c75f4ef
commit
3472aeedfd
|
@ -87,7 +87,7 @@ ProgAction(llvm::cl::desc("Choose output type:"), llvm::cl::ZeroOrMore,
|
|||
"Build ASTs and then pretty-print them"),
|
||||
clEnumValN(ASTDump, "ast-dump",
|
||||
"Build ASTs and then debug dump them"),
|
||||
clEnumValN(ASTView, "parse-ast-view",
|
||||
clEnumValN(ASTView, "ast-view",
|
||||
"Build ASTs and view them with GraphViz."),
|
||||
clEnumValN(ParseCFGDump, "dump-cfg",
|
||||
"Run parser, then build and print CFGs."),
|
||||
|
|
Loading…
Reference in New Issue