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

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 07:45:04 PDT 2024


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

Sounds good!


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


More information about the llvm-commits mailing list