| commit | 1b73e66b5dcfac87eb344401a853b1f7808d9d8b | [log] [tgz] |
|---|---|---|
| author | Leny Kholodov <lkholodov@accesssoftek.com> | Wed May 04 16:56:51 2016 +0000 |
| committer | Leny Kholodov <lkholodov@accesssoftek.com> | Wed May 04 16:56:51 2016 +0000 |
| tree | bc18262e726f2c2425461cf839bb3d57252d2718 | |
| parent | b034526853cf5902932273077f43752d9f2fa90c [diff] |
[Support] Creation of minidump after compiler crash on Windows In the current implementation compiler only prints stack trace to console after crash. This patch adds saving of minidump files which contain a useful subset of the information for further debugging. Differential Revision: http://reviews.llvm.org/D18216 llvm-svn: 268519