|
LLVM
4.0.0
|
#include "llvm/Support/Program.h"#include "llvm/ADT/StringRef.h"#include "llvm/Config/config.h"#include <system_error>#include "Unix/Program.inc"Go to the source code of this file.
Functions | |
| static bool | Execute (ProcessInfo &PI, StringRef Program, const char **args, const char **env, const StringRef **Redirects, unsigned memoryLimit, std::string *ErrMsg) |
|
static |
Referenced by llvm::sys::ExecuteAndWait(), and llvm::sys::ExecuteNoWait().
1.8.6