Go to file
Alexander Haase 179e77d612 Added option for static linking gcc sanitizers.
If you like to preload a sanitized library in front of an application, it will
fail, because it is not the first in the library list anymore. This behaviour
is gcc specific - clang will static link the sanitizers instead. To get the
same for gcc, the new SANITIZE_LINK_STATIC flag will link the sanitizers
static in gcc environments.

Note: The preloaded executable must be sanitized, too! Otherwise ASan will
      print an error message!
2016-05-12 19:59:28 +02:00
cmake Added option for static linking gcc sanitizers. 2016-05-12 19:59:28 +02:00
tests New central module FindSanitizers.cmake. 2016-04-06 18:48:16 +02:00
CMakeLists.txt Moved CMake files and added a simple testcase 2015-07-07 00:31:35 +02:00
LICENSE Changed copyright notice. 2016-04-06 01:17:20 +02:00
README.md Initial commit 2013-10-05 22:14:59 -07:00

sanitizers-cmake

CMake modules to help use sanitizers