Help: Add notes for topic 'ctest-memcheck-sanitizers'
Consolidate earlier sanitizer notes.
This commit is contained in:
parent
7345a1f71d
commit
e0e75a7201
|
@ -0,0 +1,8 @@
|
|||
ctest-memcheck-sanitizers
|
||||
-------------------------
|
||||
|
||||
* The :command:`ctest_memcheck` command learned to support sanitizer
|
||||
modes, including ``AddressSanitizer``, ``MemorySanitizer``,
|
||||
``ThreadSanitizer``, and ``UndefinedBehaviorSanitizer``.
|
||||
Options may be set using the new
|
||||
:variable:`CTEST_MEMORYCHECK_SANITIZER_OPTIONS` variable.
|
|
@ -1,5 +0,0 @@
|
|||
thread-sanitizer
|
||||
----------------
|
||||
|
||||
* The :command:`ctest_memcheck` command learned to support
|
||||
``ThreadSanitizer``.
|
Loading…
Reference in New Issue