Skip to content

Commit 4041270

Browse files
committed
Rename to __ubsan_check_debug_info_anchor
1 parent 4f9a4de commit 4041270

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
@@ -1258,7 +1258,7 @@ llvm::DILocation *CodeGenFunction::SanitizerAnnotateDebugInfo(
12581258
CGM.getCodeGenOpts().SanitizeAnnotateDebugInfo.has(Ord)) &&
12591259
CheckDI) {
12601260
CheckDI = getDebugInfo()->CreateSyntheticInlineAt(
1261-
CheckDI, "__ubsan_check_singularity");
1261+
CheckDI, "__ubsan_check_debug_info_anchor");
12621262
break;
12631263
}
12641264
}

0 commit comments

Comments
 (0)