Diagnostic: Enable error tracking by default

llvm-svn: 215829
This commit is contained in:
Andreas Simbuerger 2014-08-17 10:09:03 +00:00
parent 67d9500444
commit 3efe40b8d3
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ static cl::opt<bool, true>
TrackFailures("polly-detect-track-failures",
cl::desc("Track failure strings in detecting scop regions"),
cl::location(PollyTrackFailures), cl::Hidden, cl::ZeroOrMore,
cl::init(false), cl::cat(PollyCategory));
cl::init(true), cl::cat(PollyCategory));
static cl::opt<bool> KeepGoing("polly-detect-keep-going",
cl::desc("Do not fail on the first error."),