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

Kees Cook via cfe-commits cfe-commits at lists.llvm.org
Sun May 4 20:39:03 PDT 2025


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

Fixed.

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


More information about the cfe-commits mailing list