Skip to content
  • Reid Spencer's avatar
    For PR351: · 2d76ff5c
    Reid Spencer authored
    * 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"
    
    llvm-svn: 19041
    2d76ff5c
Loading