[llvm-branch-commits] [clang] [clang] Add flag fallow-runtime-check-skip-hot-cutoff (PR #145999)

Vitaly Buka via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jun 26 23:49:20 PDT 2025


================
@@ -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=">,
+      Group<f_clang_Group>,
+      Visibility<[ClangOption, CC1Option]>,
+      HelpText<"Exclude __allow_runtime_check for the top hottest code "
----------------
vitalybuka wrote:

It should be __builtin_allow_runtime_check
it's identifier, someone can search docs by exact string

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


More information about the llvm-branch-commits mailing list