Skip to content
  1. Jun 30, 2013
  2. Jun 06, 2013
  3. May 27, 2013
  4. Apr 12, 2013
  5. Mar 28, 2013
  6. Nov 16, 2012
  7. Nov 06, 2012
  8. Oct 30, 2012
  9. Sep 18, 2012
  10. Sep 05, 2012
  11. Aug 15, 2012
  12. Jul 31, 2012
    • Alexey Samsonov's avatar
      First tiny move towards integrating AddressSanitizer regressions test into... · 7b2f36e9
      Alexey Samsonov authored
      First tiny move towards integrating AddressSanitizer regressions test into LLVM lit-based testing infrastructure.
      The goal is to be able to run ASan tests by simply running "make check-asan" command from CMake build tree:
      * tests should use fresh clang binary from current build tree.
      * tests should use the same RUN-lines syntax as llvm/clang reg tests.
      
      Next steps:
      - restricting tests to machines where target is equal to host, i.e. where we can produce working binaries.
      - moving AddressSanitizer unit tests to lit as well.
      
      llvm-svn: 161050
      7b2f36e9
Loading