cmake-sanitizers/cmake
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
..
asan-wrapper Added asan-wrapper. 2016-05-13 14:59:30 +02:00
FindASan.cmake Added asan-wrapper. 2016-05-13 14:59:30 +02:00
FindMSan.cmake Removed optimization flags. 2016-04-19 18:37:43 +02:00
FindSanitizers.cmake Added option for static linking gcc sanitizers. 2016-05-12 19:59:28 +02:00
FindTSan.cmake Removed optimization flags. 2016-04-19 18:37:43 +02:00
FindUBSan.cmake Removed optimization flags. 2016-04-19 18:37:43 +02:00
sanitize-helpers.cmake Bugfixes. 2016-05-13 14:59:11 +02:00