[polly] r215829 - Diagnostic: Enable error tracking by default

Andreas Simbuerger simbuerg at fim.uni-passau.de
Sun Aug 17 03:09:03 PDT 2014


Author: simbuerg
Date: Sun Aug 17 05:09:03 2014
New Revision: 215829

URL: http://llvm.org/viewvc/llvm-project?rev=215829&view=rev
Log:
Diagnostic: Enable error tracking by default

Modified:
    polly/trunk/lib/Analysis/ScopDetection.cpp

Modified: polly/trunk/lib/Analysis/ScopDetection.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopDetection.cpp?rev=215829&r1=215828&r2=215829&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopDetection.cpp (original)
+++ polly/trunk/lib/Analysis/ScopDetection.cpp Sun Aug 17 05:09:03 2014
@@ -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."),





More information about the llvm-commits mailing list