If lldb is being built with ASAN instrumentation, have lldb
authorJason Molenda <jmolenda@apple.com>
Thu, 29 Jan 2015 06:28:36 +0000 (06:28 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 29 Jan 2015 06:28:36 +0000 (06:28 +0000)
commit3db7ebc87fff4cb80ebbc610469845fa92edd2fa
tree22500b4a34011953f70185395363a362cc3b12b1
parent6cf2df29e7026a6387cde2b752e2486a691dff8a
If lldb is being built with ASAN instrumentation, have lldb
create its own threads with 8MB additional maximum stack size.
Extra room is needed for the bookkeeping needed for this
instrumentation.

llvm-svn: 227421
lldb/source/Host/common/ThreadLauncher.cpp