tsan: set disable_coredump=0 by default for Go
authorDmitry Vyukov <dvyukov@google.com>
Fri, 28 Oct 2016 20:52:22 +0000 (20:52 +0000)
committerDmitry Vyukov <dvyukov@google.com>
Fri, 28 Oct 2016 20:52:22 +0000 (20:52 +0000)
commit8ee6f0c30f460ffe09d3c9d47d1ee1efdac82a6a
treee6524518a5893117c5c6dca5cf23bfbb75a33673
parent1b05f6c66d5c92f3be971f16702b66dcf79d3057
tsan: set disable_coredump=0 by default for Go

Go maps shadow memory lazily, so we don't have the huge multi-TB mapping.
Virtual memory consumption is proportional to normal memory usage.
Also in Go core dumps are enabled explicitly with GOTRACEBACK=crash,
if user explicitly requests a core that must be on purpose.

So don't disable core dumps by default.

llvm-svn: 285451
compiler-rt/lib/sanitizer_common/sanitizer_flags.inc