[MSan] Disable coredump for 64-bit binaries.

llvm-svn: 215482
This commit is contained in:
Alexey Samsonov 2014-08-12 22:37:47 +00:00
parent 34e2b280da
commit 5a32f79af3
1 changed files with 1 additions and 0 deletions

View File

@ -377,6 +377,7 @@ void __msan_init() {
if (MSAN_REPLACE_OPERATORS_NEW_AND_DELETE)
ReplaceOperatorsNewAndDelete();
DisableCoreDumperIfNecessary();
if (StackSizeIsUnlimited()) {
VPrintf(1, "Unlimited stack, doing reexec\n");
// A reasonably large stack size. It is bigger than the usual 8Mb, because,