[clang] [sanitizer] Parse weighted sanitizer args and -fno-sanitize-top-hot (PR #121619)

Thurston Dang via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 6 15:58:45 PST 2025


================
@@ -26,6 +26,8 @@ class SanitizerArgs {
   SanitizerSet RecoverableSanitizers;
   SanitizerSet TrapSanitizers;
   SanitizerSet MergeHandlers;
+  SanitizerSet TopHot;
+  SanitizerMaskWeights TopHotWeights = {0};
----------------
thurstond wrote:

Renamed to Cutoff - is that ok instead of CutoffThreshold?

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


More information about the cfe-commits mailing list