Skip to content

Commit 263d5d7

Browse files
committed
[clang] Update downstream changes after llvm#120464
1 parent 6846e3b commit 263d5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGExpr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4540,7 +4540,7 @@ void CodeGenFunction::EmitBoundsSafetyTrapCheck(llvm::Value *Checked,
45404540
// We still need to pass `OptRemark` because not all emitted instructions
45414541
// can be covered by BoundsSafetyOptRemarkScope. This is because EmitTrapCheck
45424542
// caches basic blocks that contain instructions that need annotating.
4543-
EmitTrapCheck(Checked, SanitizerHandler::BoundsSafety,
4543+
EmitTrapCheck(Checked, SanitizerHandler::BoundsSafety, false,
45444544
GetBoundsSafetyOptRemarkString(OptRemark),
45454545
GetBoundsSafetyTrapMessageSuffix(kind, TrapCtx));
45464546
}

0 commit comments

Comments
 (0)