default to -fsyntax-only

llvm-svn: 39254
This commit is contained in:
Chris Lattner 2007-01-21 19:03:55 +00:00
parent c5cdf4d092
commit 30b4b5cad8
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ enum ProgActions {
static cl::opt<ProgActions> static cl::opt<ProgActions>
ProgAction(cl::desc("Choose output type:"), cl::ZeroOrMore, ProgAction(cl::desc("Choose output type:"), cl::ZeroOrMore,
cl::init(ParseNoop), cl::init(ParseSyntaxOnly),
cl::values( cl::values(
clEnumValN(RunPreprocessorOnly, "Eonly", clEnumValN(RunPreprocessorOnly, "Eonly",
"Just run preprocessor, no output (for timings)"), "Just run preprocessor, no output (for timings)"),