For PR351:
authorReid Spencer <rspencer@reidspencer.com>
Sun, 19 Dec 2004 18:00:21 +0000 (18:00 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 19 Dec 2004 18:00:21 +0000 (18:00 +0000)
commitb31baa88a5e6869ccac71aef53a672bb87a029c3
tree369439d24ebaa69bf77a3f5df35dd968bba73d60
parenta434805014809e46ff955565bf89cdc2590fb4e6
For PR351:
* Pass sys::Path instead of std::string for paths
* Correct the types of arguments passed to RunProgramWithTimeout due to its
  interface using sys::Path instead of std::string
* Replace "/dev/null" (not portable) with empty string which
  sys::Program::ExecuteAndWait recognizes as "redirect to bit bucket"

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19041 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/ToolRunner.cpp
tools/bugpoint/ToolRunner.cpp