Skip to content
  1. Jun 27, 2012
    • Chandler Carruth's avatar
      Add support for building the ASan instrumentation unit tests with the · 9aaf156f
      Chandler Carruth authored
      just-built Clang binary, and linking them against the just-built ASan
      runtime.
      
      This is *very* brittle. I expect it will require tweaking, and I've
      pro-actively disabled it on non-Unix builds and on cross-builds.
      
      It is also currently missing dependency edges on GoogleTest header files
      and a few other corner cases, but those can be fixed. This is the major
      milestone of a mini-bootstrap-like build of the unittest.
      
      llvm-svn: 159255
      9aaf156f
  2. Jun 25, 2012
    • Kostya Serebryany's avatar
      [asan] update the cmake file for asan · c639b394
      Kostya Serebryany authored
      llvm-svn: 159143
      c639b394
    • Kostya Serebryany's avatar
      [asan] move tests from asan_interface_test.cc to asan_noinst_test.cc. Now all... · 9ed4f506
      Kostya Serebryany authored
      [asan] move tests from asan_interface_test.cc to asan_noinst_test.cc. Now all these tests do not require instrumentation and work directly with asan rt
      
      llvm-svn: 159135
      9ed4f506
    • Chandler Carruth's avatar
      Cleanup the handling of CFLAGS even more in the cmake build for ASan. · 9359efa9
      Chandler Carruth authored
      Add the initial support for building ASan tests.
      
      The first change here is to try to get the CFLAGS to more closely match
      those used by the old Makefile. There are probably still goofs here,
      ASan folks, your review would be appreciated.
      
      The second big change is to add support for building both
      instrumentation based an non-instrumentation based unittests for ASan.
      They are built a bit differently from how the old makefiles managed
      things. Specifically, there are two binaries, one for the
      non-instrumented case, and one for the instrumented case.
      
      Also, the instrumented unit tests rely on the host compiler supporting
      AddressSanitizer's intrumentation pass. This is kind-of gross, but
      I don't know of a better way yet. I've mailed llvmdev to discuss this
      issue.
      
      One big caveat is that the detection logic currently doesn't work. I've
      commented it out temporarily as I'd like to get feedback from the ASan
      developers, etc.
      
      llvm-svn: 159134
      9359efa9
  3. Jun 21, 2012
  4. Jun 20, 2012
  5. Jun 08, 2012
  6. Jun 06, 2012
  7. Jun 04, 2012
  8. May 31, 2012
  9. May 22, 2012
  10. Apr 23, 2012
  11. Apr 19, 2012
  12. Apr 10, 2012
  13. Apr 09, 2012
  14. Mar 30, 2012
  15. Mar 29, 2012
  16. Mar 28, 2012
  17. Mar 26, 2012
  18. Mar 24, 2012
  19. Mar 23, 2012
  20. Mar 21, 2012
  21. Mar 16, 2012
  22. Mar 10, 2012
  23. Mar 09, 2012
  24. Mar 02, 2012
  25. Feb 27, 2012
  26. Feb 17, 2012
  27. Feb 16, 2012
  28. Feb 13, 2012
Loading