Add cmake option to disable minidumps, default it to off
authorReid Kleckner <rnk@google.com>
Mon, 20 Aug 2018 16:49:54 +0000 (16:49 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 20 Aug 2018 16:49:54 +0000 (16:49 +0000)
commit531319388d62df9762bf060e083676ad5fcc07bc
treeb64417ec9b13cd8bb42928b259d9aea2aabaca21
parent5ae83a21b57f8fe77628a6a7aa228c0aad8ad889
Add cmake option to disable minidumps, default it to off

Since crash dumping landed in r268519, May 2016, I have not once seen
anyone use an uploaded minidump to debug a compiler crash. Therefore,
I'm turning this off by default. The dumps clutter up user and buildbot
temp directories. Each file is only about 56KB, but it adds up.

In the context of clang, the extra line about the minidump confuses
users, when what we really want from them is the pre-processed source
code.

llvm-svn: 340185
llvm/CMakeLists.txt
llvm/include/llvm/Config/config.h.cmake
llvm/lib/Support/Process.cpp