ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsan

UBSan instruments a build and logs messages on any undefined behavior
instances.
This commit is contained in:
Ben Boeckel
2014-10-03 13:46:18 -04:00
committed by Brad King
parent b67ef537d4
commit 816c100ae2
3 changed files with 25 additions and 3 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ CTEST_MEMORYCHECK_TYPE
Specify the CTest ``MemoryCheckType`` setting
in a :manual:`ctest(1)` dashboard client script.
Valid values are Valgrind, Purify, BoundsChecker, and ThreadSanitizer,
and AddressSanitizer.
AddressSanitizer, and UndefinedBehaviorSanitizer.