[analyzer] SATestBuild.py: Fix hang when one of the tasks fails
authorValeriy Savchenko <vsavchenko@apple.com>
Fri, 22 May 2020 15:47:04 +0000 (18:47 +0300)
committerValeriy Savchenko <vsavchenko@apple.com>
Fri, 22 May 2020 16:15:00 +0000 (19:15 +0300)
commita5b2503a8ab4fb21345fa9e2316530cdfaec1a60
treea39601b187f703d89af25fcd391f92a083685537
parentc479052a74b204071902c5290059de0f2365db47
[analyzer] SATestBuild.py: Fix hang when one of the tasks fails

Summary:
Tasks can crash with many different exceptions including SystemExit.
Bare except still causes a warning, so let's use BaseException instead.

Differential Revision: https://reviews.llvm.org/D80443
clang/utils/analyzer/SATestBuild.py