================
@@ -158,6 +158,7 @@ struct SanitizerCoverageOptions {
bool PCTable = false;
bool NoPrune = false;
bool StackDepth = false;
+ int StackDepthCallbackMin = 0;
----------------
kees wrote:Yeah, I wasn't sure if I should keep it with the other StackDepth var. I've moved it now. https://github.com/llvm/llvm-project/pull/138323 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
