[clang] [llvm] [ubsan] Plumb through -fsanitize-skip-hot-cutoff to LowerAllowCheckPass (PR #124211)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 26 15:35:35 PST 2025


================
@@ -108,14 +108,17 @@ static Value *getBoundsCheckCond(Value *Ptr, Value *InstVal,
   return Or;
 }
 
-static CallInst *InsertTrap(BuilderTy &IRB, bool DebugTrapBB) {
+static CallInst *InsertTrap(BuilderTy &IRB, bool DebugTrapBB,
----------------
vitalybuka wrote:

Changes in this file look unrelated, can you please extract into a separate PR?

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


More information about the llvm-commits mailing list