[clang] [llvm] [ubsan] Parse and use <cutoffs[0,1,2]=70000;cutoffs[5,6,8]=90000> in LowerAllowCheckPass (PR #124211)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 16:51:57 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,
----------------
thurstond wrote:
Done (https://github.com/llvm/llvm-project/pull/124613)
https://github.com/llvm/llvm-project/pull/124211
More information about the llvm-commits
mailing list