[clang][lit] Make LIT aware of env CLANG_CRASH_DIAGNOSTICS_DIR.
authorFrancesco Petrogalli <francesco.petrogalli@apple.com>
Tue, 4 Apr 2023 22:07:20 +0000 (00:07 +0200)
committerFrancesco Petrogalli <francesco.petrogalli@apple.com>
Tue, 4 Apr 2023 22:08:14 +0000 (00:08 +0200)
commit029212617ca8bdedd949d17bf2d33750605ea607
tree2d86473ae28677ba154010ce74d34055cb7983fa
parentd0d1431ab1c88dd2fb8c09ae28909da3fb5f3a57
[clang][lit] Make LIT aware of env CLANG_CRASH_DIAGNOSTICS_DIR.

This is useful for retriving crash reports of LIT runs when the
temporary folder is not accessible.

Reviewed By: michaelplatings

Differential Revision: https://reviews.llvm.org/D147209
clang/test/lit.cfg.py