Skip to content

Commit

Permalink
[rtsan] NFC: Docs update adding links to Disabling, adding a few ` ma…
Browse files Browse the repository at this point in the history
…rks (#119075)
  • Loading branch information
cjappl authored Dec 7, 2024
1 parent 69227a1 commit 342c8db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions clang/docs/RealtimeSanitizer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,15 @@ A **partial** list of flags RealtimeSanitizer respects:
* - ``abort_on_error``
- OS dependent
- boolean
- If true, the tool calls abort() instead of _exit() after printing the error report. On some OSes (OSX, for exmple) this is beneficial because a better stack trace is emitted on crash.
- If true, the tool calls ``abort()`` instead of ``_exit()`` after printing the error report. On some OSes (MacOS, for exmple) this is beneficial because a better stack trace is emitted on crash.
* - ``symbolize``
- ``true``
- boolean
- If set, use the symbolizer to turn virtual addresses to file/line locations. If false, can greatly speed up the error reporting.
* - ``suppressions``
- ""
- ``""``
- path
- If set to a valid suppressions file, will suppress issue reporting. See details in "Disabling", below.
- If set to a valid suppressions file, will suppress issue reporting. See details in `Disabling and Suppressing`_.


Some issues with flags can be debugged using the ``verbosity=$NUM`` flag:
Expand Down Expand Up @@ -244,6 +244,7 @@ To register a callback which will be invoked before a RTSan kills the process:
...
}
.. _disabling-and-suppressing:

Disabling and suppressing
-------------------------
Expand Down

0 comments on commit 342c8db

Please sign in to comment.