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. Mar 30, 2012
  3. Mar 29, 2012
  4. Mar 01, 2012
  5. Jan 30, 2012
  6. Dec 16, 2011
  7. Nov 05, 2011
  8. Nov 02, 2011
  9. Sep 27, 2011
  10. Jun 28, 2011
  11. Jun 23, 2011
  12. Jun 22, 2011
  13. Jun 17, 2011
  14. Apr 13, 2011
  15. Feb 20, 2011
  16. Dec 10, 2010
  17. Nov 29, 2010
  18. Nov 27, 2010
  19. Nov 11, 2010
  20. Sep 24, 2010
  21. Sep 17, 2010
  22. Aug 30, 2010
  23. Jun 12, 2010
  24. Mar 10, 2010
    • Tobias Grosser's avatar
      Fix make check with cmake/lit · ab19e1e9
      Tobias Grosser authored
      PR6540: Set the newly introduced variables ENABLE_SHARED and
      SHLIBPATH_VAR in lit.site.cfg not only in the autoconf build, but also
      in a cmake one.
      
      llvm-svn: 98171
      ab19e1e9
  25. Dec 08, 2009
  26. Nov 08, 2009
  27. Sep 22, 2009
Loading