Skip to content
  1. Dec 19, 2004
    • 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
    • Reid Spencer's avatar
      For PR351: · d44f8452
      Reid Spencer authored
      * Remove unneeded header files.
      * Move RedirectFD static function to lib/System/Unix/Program.cpp
      * Delete RunProgramWithTimeout, now implemented by
        sys::Program::ExecuteAndWait. RunProgramWithTimeout is now a convenience func.
      
      llvm-svn: 19040
      d44f8452
    • Reid Spencer's avatar
      For PR351: · 4fea306f
      Reid Spencer authored
      Incorporate the abilities of RunPRogramWithTimeout into
      sys::Program::ExecuteAndWait so that redirection and a timeout are optionally
      supported.
      
      llvm-svn: 19039
      4fea306f
    • Reid Spencer's avatar
      For PR351: · 8d3bdca1
      Reid Spencer authored
      Turn path instance variables into sys::Path instead of std::string
      
      llvm-svn: 19038
      8d3bdca1
    • Reid Spencer's avatar
      For PR351: · fb741b27
      Reid Spencer authored
      Replace RunProgramWithTimeout with an inline function that calls
      sys::Program::ExecuteAndWait. This is now just a convenience function.
      
      llvm-svn: 19037
      fb741b27
    • Jeff Cohen's avatar
      Add llc project to Visual Studio · 033fed02
      Jeff Cohen authored
      llvm-svn: 19036
      033fed02
    • Jeff Cohen's avatar
      Add lli project to Visual Studio · e14dc8bb
      Jeff Cohen authored
      llvm-svn: 19035
      e14dc8bb
    • Jeff Cohen's avatar
      Enable browse information in Visual Studio · b49205c5
      Jeff Cohen authored
      llvm-svn: 19034
      b49205c5
  2. Dec 18, 2004
  3. Dec 17, 2004
Loading