Skip to content
  1. Dec 14, 2004
    • 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