[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:59:20 PST 2025


================
@@ -3602,6 +3602,7 @@ void CodeGenFunction::EmitCheck(
   llvm::Value *RecoverableCond = nullptr;
   llvm::Value *TrapCond = nullptr;
   bool NoMerge = false;
+  bool SanitizeGuardChecks = ClSanitizeGuardChecks;
----------------
thurstond wrote:

Noted for the next patch (this patch has been updated to be Driver changes only).

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


More information about the cfe-commits mailing list