[compiler-rt] [rtsan] Introduce blocking-fn-name and intercepted-fn-name suppressions (PR #112108)
Chris Apple via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 12 12:29:59 PDT 2024
================
@@ -17,3 +17,5 @@
// SummaryKind should be a string literal.
RTSAN_CHECK(CallStackContains, "call-stack-contains")
+RTSAN_CHECK(InterceptedFnName, "intercepted-fn-name")
+RTSAN_CHECK(BlockingFnName, "blocking-fn-name")
----------------
cjappl wrote:
Any feedback on the names?
https://github.com/llvm/llvm-project/pull/112108
More information about the llvm-commits
mailing list