[bugpoint] Increase default memory limit to 400MB to fix bugpoint tests.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 5 May 2015 16:29:40 +0000 (16:29 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 5 May 2015 16:29:40 +0000 (16:29 +0000)
commit18481aac4c7f064167be41e11a75909a3e54e1aa
treee41fd68d0d7a4f08bc6e37f988e471f034fcbc8c
parentc3c0de39db0fe19d20a4231e7399f3833d6337b4
[bugpoint] Increase default memory limit to 400MB to fix bugpoint tests.

I tracked down the bug to an unchecked malloc in SmallVectorBase::grow_pod().
This malloc is returning NULL on my machine when running under bugpoint but not
when -enable-valgrind is given.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236504 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/bugpoint.cpp