[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
Wed Oct 16 07:04:15 PDT 2024
================
@@ -17,3 +17,4 @@
// SummaryKind should be a string literal.
RTSAN_CHECK(CallStackContains, "call-stack-contains")
+RTSAN_CHECK(FunctionNameIs, "function-name-is")
----------------
cjappl wrote:
Please review the new name @davidtrevelyan and @fmayer - I chose one with a verb at the end to mirror call-stack-contains.
Other candidates I considered:
* unsafe-function-name-is
* function-name
* function-name-matches
https://github.com/llvm/llvm-project/pull/112108
More information about the llvm-commits
mailing list