LLVM
8.0.1
|
#include "llvm/Support/Program.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Config/llvm-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, ArrayRef< StringRef > Args, Optional< ArrayRef< StringRef >> Env, ArrayRef< Optional< StringRef >> Redirects, unsigned MemoryLimit, std::string *ErrMsg) |
|
static |
Referenced by llvm::sys::ExecuteAndWait(), and llvm::sys::ExecuteNoWait().