Skip to content
  1. Dec 14, 2004
    • Reid Spencer's avatar
      For PR351: · cdefe0ae
      Reid Spencer authored
      Implement the new environment pointer for ExecuteAndWait
      
      llvm-svn: 18928
      cdefe0ae
    • Reid Spencer's avatar
      For PR351: · c2e22fea
      Reid Spencer authored
      * Remove the ExecWait function. This is now in sys::Program::ExecuteAndWait
      
      llvm-svn: 18927
      c2e22fea
    • Reid Spencer's avatar
      For PR351: · a84c82f3
      Reid Spencer authored
      * Fix commentary, wrap lines, etc.
      * Add an environment pointer to the ExecuteAndWait function.
      
      llvm-svn: 18926
      a84c82f3
    • Reid Spencer's avatar
      87ad666b
    • Reid Spencer's avatar
      For PR351: · 79dc8b79
      Reid Spencer authored
      Adjust to interface change for FindExecutable.
      
      llvm-svn: 18920
      79dc8b79
    • Reid Spencer's avatar
      For PR351: · d89ff0a5
      Reid Spencer authored
      Adjust to changes in the interface of FindExecutable, getting ToolRunner
      ready for bigger things to come.
      
      llvm-svn: 18919
      d89ff0a5
    • Reid Spencer's avatar
      For PR351: · dc49d865
      Reid Spencer authored
      * Remove isExecutable as its now implemented by sys::Path::executable
      * Make FindExecutable a thin veneer over sys::Program::FindProgramByName.
      
      llvm-svn: 18918
      dc49d865
    • Reid Spencer's avatar
      For PR351: · febc20ed
      Reid Spencer authored
      * isExecutable -> sys::Path::executable()
      * Adjust interface of FindExecutable to return a sys::Path
      
      llvm-svn: 18917
      febc20ed
    • Reid Spencer's avatar
      For PR351: · b7c56070
      Reid Spencer authored
      llee was a nice hack, but it wasn't portable so its gone, with Misha's
      approval.  Operating systems have facilities available for making bytecode
      directly executable without this utility.
      
      llvm-svn: 18916
      b7c56070
  2. Dec 13, 2004
Loading