Skip to content

Conversation

@cjappl
Copy link
Contributor

@cjappl cjappl commented Dec 7, 2024

No description provided.

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Dec 7, 2024
@llvmbot
Copy link
Member

llvmbot commented Dec 7, 2024

@llvm/pr-subscribers-clang

Author: Chris Apple (cjappl)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/119074.diff

1 Files Affected:

  • (modified) clang/docs/RealtimeSanitizer.rst (+4-1)
diff --git a/clang/docs/RealtimeSanitizer.rst b/clang/docs/RealtimeSanitizer.rst
index 233a91f6684162..ef73ae3f1770e8 100644
--- a/clang/docs/RealtimeSanitizer.rst
+++ b/clang/docs/RealtimeSanitizer.rst
@@ -196,7 +196,10 @@ A **partial** list of flags RealtimeSanitizer respects:
      - ""
      - path
      - If set to a valid suppressions file, will suppress issue reporting. See details in "Disabling", below.
-
+   * - ``verify_interceptors``
+     - ``true``
+     - boolean
+     - 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.
 
 Some issues with flags can be debugged using the ``verbosity=$NUM`` flag:
 

@cjappl cjappl force-pushed the fix_docs_verify_interceptors branch from 649e184 to 2c882a7 Compare December 7, 2024 16:27
@cjappl cjappl merged commit 8843d2b into llvm:main Dec 8, 2024
9 checks passed
@cjappl cjappl deleted the fix_docs_verify_interceptors branch December 8, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clang Clang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants