Go to file
Alexander Haase 8fe13da3a5 Added asan-wrapper.
In some special cases static linking the sanitizers won't work, and you have to
preload libasan. To find the right libasan depending on the application to be
executed, a wrapper script was added. The location of the wrapper script can be
accessed via ASan_WRAPPER variable.
2016-05-13 14:59:30 +02:00
cmake Added asan-wrapper. 2016-05-13 14:59:30 +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