[all-commits] [llvm/llvm-project] a5b250: [analyzer] SATestBuild.py: Fix hang when one of th...
Valeriy Savchenko via All-commits
all-commits at lists.llvm.org
Fri May 22 09:15:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a5b2503a8ab4fb21345fa9e2316530cdfaec1a60
https://github.com/llvm/llvm-project/commit/a5b2503a8ab4fb21345fa9e2316530cdfaec1a60
Author: Valeriy Savchenko <vsavchenko at apple.com>
Date: 2020-05-22 (Fri, 22 May 2020)
Changed paths:
M clang/utils/analyzer/SATestBuild.py
Log Message:
-----------
[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
More information about the All-commits
mailing list