Skip to content
  1. Jul 02, 2012
    • Chandler Carruth's avatar
      Revert r159588, and apply a more principled fix. Place the fix for this · aec96181
      Chandler Carruth authored
      in the abstraction for lit test suites so that the various other layers
      of abstraction pick up the same behavioral fix, and so that we still get
      a complete list of dependencies for the 'check-all' target.
      
      This should fix the follow-on issues of the same nature with various
      other build targets, including Clang targets. Sorry for the churn, and
      again thanks to Matt for testing and breaking this more thoroughly.
      
      llvm-svn: 159593
      aec96181
    • Chandler Carruth's avatar
      Work around a really frustrating apparant CMake bug. · 6e80d593
      Chandler Carruth authored
      No functionality changed here, except that the CMake installed by
      default on Ubuntu Lucid should actually work with the makefile
      generators now.
      
      Thanks to Matt for the report and head-desking required to figure out
      why it was failing.
      
      llvm-svn: 159588
      6e80d593
  2. Jun 30, 2012
  3. Jun 29, 2012
  4. Jun 28, 2012
  5. Jun 27, 2012
    • Chandler Carruth's avatar
      Clean up the 'check' CMake build rule a bit, notable renaming it to · aa324c90
      Chandler Carruth authored
      'check-llvm'.
      
      Don't worry! 'check' still works! =] To rationalize the names of targets
      used to run tests, the vague plan is the following:
      
      make check-llvm  # run LLVM reg/unit tests  (currently 'check')
      make check-clang # run Clang reg/unit tests (currently 'clang-test')
      make check-rt    # run CompilerRT reg/unit tests
      make check-asan  # run ASan reg/unit tests (subset of -rt)
      make check-tsan  # run TSan reg/unit tests (subset of -rt)
      make check-all   # run as much of the above as is available
      
      The last one respects what projects are checked out and built for
      a given tree. Personally, I would like to eventually make 'check' be an
      alias for 'check-all'. For now however, it is an alias for 'check-llvm',
      and thus no behavior has changed.
      
      While this patch and my plan only really apply to CMake, I think it
      might be good to similarly rationalize the naming scheme for the Make
      builds.
      
      llvm-svn: 159258
      aa324c90
  6. May 17, 2012
    • Danil Malyshev's avatar
      - Added ExecutionEngine/MCJIT tests · 7c5db453
      Danil Malyshev authored
      - Added HOST_ARCH to Makefile.config.in
      The HOST_ARCH will be used by MCJIT tests filter, because MCJIT supported only x86 and ARM architectures now.
      
      llvm-svn: 157015
      7c5db453
  7. Apr 20, 2012
  8. 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
  9. Mar 30, 2012
  10. Mar 29, 2012
  11. Mar 01, 2012
  12. Jan 30, 2012
  13. Dec 16, 2011
  14. Nov 05, 2011
  15. Nov 02, 2011
  16. Sep 27, 2011
  17. Jun 28, 2011
  18. Jun 23, 2011
  19. Jun 22, 2011
  20. Jun 17, 2011
  21. Apr 13, 2011
  22. Feb 20, 2011
  23. Dec 10, 2010
  24. Nov 29, 2010
  25. Nov 27, 2010
  26. Nov 11, 2010
  27. Sep 24, 2010
  28. Sep 17, 2010
  29. Aug 30, 2010
  30. Jun 12, 2010
  31. 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
  32. Dec 08, 2009
  33. Nov 08, 2009
Loading