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

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 10:05:06 PDT 2024


================
@@ -17,3 +17,4 @@
 // SummaryKind should be a string literal.
 
 RTSAN_CHECK(CallStackContains, "call-stack-contains")
+RTSAN_CHECK(FunctionNameIs, "function-name-is")
----------------
fmayer wrote:

`function-name-matches` SGTM if it's a regex / glob

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


More information about the llvm-commits mailing list