summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-06-30 20:42:58 +0000
committerTobias Grosser <tobias@grosser.es>2016-06-30 20:42:58 +0000
commit3898a0468c63b66c0533cf313f16cb8b5edab5b9 (patch)
tree299de3aff06df6bae642cbca97f6f2d001e6c4f9 /clang/lib/Frontend/CompilerInvocation.cpp
parentaf14993016fffbcdff50a855adf5f9f8f6edc339 (diff)
downloadbcm5719-llvm-3898a0468c63b66c0533cf313f16cb8b5edab5b9.tar.gz
bcm5719-llvm-3898a0468c63b66c0533cf313f16cb8b5edab5b9.zip
Propagate on-error status
This ensures that the error status set with -polly-on-isl-error-abort is maintained even after running DependenceInfo and ScheduleOptimizer. Both passes temporarily set the error status to CONTINUE as the dependence analysis uses a compute-out and the scheduler may not be able to derive a schedule. In both cases we want to not abort, but to handle the error gracefully. Before this commit, we always set the error reporting to ABORT after these passes. After this commit, we use the error reporting mode that was active earlier. This comes without a test case as this would require us to introduce (memory) errors which would trigger the isl errors. llvm-svn: 274272
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud