[clang] [llvm] [sancov] Introduce optional callback for stack-depth tracking (PR #138323)

Marco Elver via cfe-commits cfe-commits at lists.llvm.org
Sun May 4 14:51:02 PDT 2025


================
@@ -34,6 +34,7 @@ class SanitizerArgs {
   std::vector<std::string> CoverageIgnorelistFiles;
   std::vector<std::string> BinaryMetadataIgnorelistFiles;
   int CoverageFeatures = 0;
+  int StackDepthCallbackMin = 0;
----------------
melver wrote:

`CoverageStackDepthCallbackMin`

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


More information about the cfe-commits mailing list