[LLVMbugs] [Bug 15242] bugpoint fails checks when compiled with cmake+sharedlibs+debug
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Nov 6 14:43:59 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=15242
NAKAMURA Takumi <geek4civic at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |daniel.sanders at imgtec.com
Resolution|--- |FIXED
--- Comment #1 from NAKAMURA Takumi <geek4civic at gmail.com> ---
Daniel Sanders fixed it in r193420.
[bugpoint] Increase the default memory limit for subprocesses to 300MB.
It seems that the increased size of the binaries in a shared library build
is
causing the subprocess to exceed the 100MB memory limit. This patch
therefore
increases the default limit to a level at which these tests pass.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141106/7facfd01/attachment.html>
More information about the llvm-bugs
mailing list