[llvm] [HWASAN][UBSAN] Don't use default `profile-summary-cutoff-hot` (PR #87691)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 4 14:20:58 PDT 2024


================
@@ -187,10 +187,8 @@ static cl::opt<bool>
                               cl::desc("Use selective instrumentation"),
                               cl::Hidden, cl::init(false));
 
-static cl::opt<int> ClHotPercentileCutoff(
-    "hwasan-percentile-cutoff-hot", cl::init(0),
-    cl::desc("Alternative hot percentile cuttoff."
-             "By default `-profile-summary-cutoff-hot` is used."));
+static cl::opt<int> ClHotPercentileCutoff("hwasan-percentile-cutoff-hot",
----------------
vitalybuka wrote:

I want to remove hwasan-selective-instrumentation #87709

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


More information about the llvm-commits mailing list