================
@@ -2668,6 +2668,16 @@ def fsanitize_skip_hot_cutoff_EQ
 
 } // end -f[no-]sanitize* flags
 
+def fallow_runtime_check_skip_hot_cutoff_EQ
+    : Joined<["-"], "fallow-runtime-check-skip-hot-cutoff=">,
----------------
thurstond wrote:

Would it be more user-friendly (and possibly less code duplication) to add 
"allow_runtime_check" as one of the options for the existing 
`-fsanitize-skip-hot-cutoff` (possibly renaming the flag since it would no 
longer be entirely sanitizers)? e.g., allow 
`-fsanitize-skip-hot-cutoff=undefined=0.999999,allow_runtime_check=1.0`

https://github.com/llvm/llvm-project/pull/145999
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to