summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/BBVectorize.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-04-14 01:42:46 +0000
committerGreg Clayton <gclayton@apple.com>2012-04-14 01:42:46 +0000
commitd1cf11a74df14374c8be20dd43e805d2dfb1de07 (patch)
tree8d93d9fd95aa1825bf1ae394233bee05208c16f4 /llvm/lib/Transforms/Vectorize/BBVectorize.cpp
parentf5c87882a01b733a98a0138688d2ff0c9e586848 (diff)
downloadbcm5719-llvm-d1cf11a74df14374c8be20dd43e805d2dfb1de07.tar.gz
bcm5719-llvm-d1cf11a74df14374c8be20dd43e805d2dfb1de07.zip
Added a new host function that allows us to run shell command and get the output from them along with the status and signal:
Error Host::RunShellCommand (const char *command, const char *working_dir, int *status_ptr, int *signo_ptr, std::string *command_output_ptr, uint32_t timeout_sec); This will allow us to use this functionality in the host lldb_private::Platform, and also use it in our lldb-platform binary. It leverages the existing code in Host::LaunchProcess and ProcessLaunchInfo. llvm-svn: 154730
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/BBVectorize.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud