LLVM API Documentation
#include "llvm/Support/Program.h"
#include "llvm/Config/config.h"
#include "llvm/Support/system_error.h"
#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().