forked from OSchip/llvm-project
Diagnostic: Enable error tracking by default
llvm-svn: 215829
This commit is contained in:
parent
67d9500444
commit
3efe40b8d3
|
@ -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."),
|
||||
|
|
Loading…
Reference in New Issue