Commit Graph

5 Commits

Author SHA1 Message Date
Yuanfang Chen c4b79bf083 Fix the test added in 55cd5bc509
It is hard to test the functionality for multiple platforms. Just test it
on Linux as similar patches did in the past.
2022-09-27 16:42:55 -07:00
Yuanfang Chen fbfb4a6359 Fix test after 5839fb6d25
The test is not expected for Windows.
2022-09-27 14:01:13 -07:00
Yuanfang Chen c12c26c176 Fix test after 5839fb6d25
The test is not expected for PS4.
2022-09-27 13:39:56 -07:00
Yuanfang Chen 5839fb6d25 [Driver] pass -fcrash-diagnostics-dir to LTO
So the behavior is consistent with non-LTO mode.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D134657
2022-09-27 13:14:16 -07:00
Paul Robinson 04b3c8c52c Pass -fcrash-diagnostics-dir along to LLVM
This allows frontend and backend diagnostic files to all go into the
same place.  Have it control the Windows (mini-)dump location.

Differential Revision: https://reviews.llvm.org/D99199
2021-04-06 09:30:52 -07:00