Skip to content
  1. Apr 19, 2012
    • Michael J. Spencer's avatar
      Remove llvm-ld and llvm-stub (which is only used by llvm-ld). · 9125493e
      Michael J. Spencer authored
      llvm-ld is no longer useful and causes confusion and so it is being removed.
      
      * Does not work very well on Windows because it must call a gcc like driver to
        assemble and link.
      * Has lots of hard coded paths which are wrong on many systems.
      * Does not understand most of ld's options.
      * Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} |
        ld, or fully replaced by Clang.
      
      I know of no production use of llvm-ld, and hacking use should be
      replaced by Clang's driver.
      
      llvm-svn: 155147
      9125493e
  2. Sep 29, 2010
  3. Aug 13, 2007
  4. Aug 11, 2007
  5. Feb 05, 2007
  6. Dec 09, 2006
  7. Dec 08, 2006
  8. Nov 25, 2006
  9. Nov 22, 2006
  10. Nov 18, 2006
  11. Nov 16, 2006
  12. Nov 13, 2006
  13. Nov 11, 2006
  14. Nov 09, 2006
Loading