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

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 8 10:13:42 PST 2025


================
@@ -2649,6 +2649,14 @@ def fsanitize_undefined_strip_path_components_EQ : Joined<["-"], "fsanitize-unde
   HelpText<"Strip (or keep only, if negative) a given number of path components "
            "when emitting check metadata.">,
   MarshallingInfoInt<CodeGenOpts<"EmitCheckPathComponentsToStrip">, "0", "int">;
+def fno_sanitize_top_hot_EQ
----------------
vitalybuka wrote:

There are fno_inline, fno_common, fno_builtin which have no positive form.
So the current naming is LGTM.

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


More information about the cfe-commits mailing list