OSDN Git Service

Add possibility to set memory limit for binaries run via libSystem. This
authorAnton Korobeynikov <asl@math.spbu.ru>
Fri, 16 Feb 2007 19:11:07 +0000 (19:11 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Fri, 16 Feb 2007 19:11:07 +0000 (19:11 +0000)
commit9ba8a76f8baaa1092d60ccfbc04e7efdc207c98f
treea4d2b47d47b30c9f7416757f798b092bf1ea6909
parentbdf44b929f6bd0983b0f0df0d2ae66610e81e149
Add possibility to set memory limit for binaries run via libSystem. This
is especially needed for bugpoint. This partly implements PR688

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34349 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
autoconf/configure.ac
include/llvm/Config/config.h.in
include/llvm/System/Program.h
lib/Support/GraphWriter.cpp
lib/System/Unix/Program.inc
lib/System/Win32/Program.inc
tools/bugpoint/BugDriver.cpp
tools/bugpoint/BugDriver.h
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/bugpoint/ToolRunner.cpp
tools/bugpoint/ToolRunner.h
tools/bugpoint/bugpoint.cpp
tools/llvm-ld/llvm-ld.cpp
tools/llvmc/CompilerDriver.cpp
tools/lto/lto.cpp