Skip to content

Commit 8843d2b

Browse files
authored
[rtsan] Add verify_interceptors flag to docs (#119074)
1 parent c650880 commit 8843d2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

clang/docs/RealtimeSanitizer.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,10 @@ A **partial** list of flags RealtimeSanitizer respects:
196196
- ``""``
197197
- path
198198
- If set to a valid suppressions file, will suppress issue reporting. See details in `Disabling and Suppressing`_.
199-
199+
* - ``verify_interceptors``
200+
- ``true``
201+
- boolean
202+
- If true, verifies interceptors are working at initialization. The program will abort with error ``==ERROR: Interceptors are not working. This may be because RealtimeSanitizer is loaded too late (e.g. via dlopen)`` if an issue is detected.
200203

201204
Some issues with flags can be debugged using the ``verbosity=$NUM`` flag:
202205

0 commit comments

Comments
 (0)