forked from OSchip/llvm-project
parent
c5cdf4d092
commit
30b4b5cad8
|
@ -63,7 +63,7 @@ enum ProgActions {
|
|||
|
||||
static cl::opt<ProgActions>
|
||||
ProgAction(cl::desc("Choose output type:"), cl::ZeroOrMore,
|
||||
cl::init(ParseNoop),
|
||||
cl::init(ParseSyntaxOnly),
|
||||
cl::values(
|
||||
clEnumValN(RunPreprocessorOnly, "Eonly",
|
||||
"Just run preprocessor, no output (for timings)"),
|
||||
|
|
Loading…
Reference in New Issue