Tasks can crash with many different exceptions including SystemExit.
Bare except still causes a warning, so let's use BaseException instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D80443
[analyzer] SATestBuild.py: Fix hang when one of the tasks fails vsavchenko on May 22 2020, 8:51 AM. Authored by
Details Tasks can crash with many different exceptions including SystemExit.
Diff Detail
|