[compiler-rt] [rtsan] Introduce function-name-is suppression (PR #112108)

Chris Apple via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 07:28:17 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:

Cool that works for me. At least as written, we use the suppression built-in simple regexes (which I think is good, and we should keep it). I'll wait to see what fmayer says.

https://github.com/llvm/llvm-project/pull/112108


More information about the llvm-commits mailing list