15 #ifndef MSVC_HELPER_H_
16 #define MSVC_HELPER_H_
32 int Run(
const std::string& command, std::string* output);
std::string EscapeForDepfile(const std::string &path)
Wraps a synchronous execution of a CL subprocess.
int Run(const std::string &command, std::string *output)
Start a process and gather its raw output.
void SetEnvBlock(void *env_block)
Set the environment block (as suitable for CreateProcess) to be used by Run().