Skip to content

Commit b065572

Browse files
committed
Update ../clang/test/CodeGen/allow-ubsan-check.c to have SanitizerKind
in ubsantrap argument
1 parent 0749732 commit b065572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/allow-ubsan-check.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ void use(double*);
202202
// TR-NEXT: [[TMP5:%.*]] = load double, ptr [[ARRAYIDX]], align 8, !tbaa [[TBAA7:![0-9]+]]
203203
// TR-NEXT: ret double [[TMP5]]
204204
// TR: [[TRAP]]:
205-
// TR-NEXT: call void @llvm.ubsantrap(i8 3) #[[ATTR5]], !nosanitize [[META2]]
205+
// TR-NEXT: call void @llvm.ubsantrap(i8 71) #[[ATTR5]], !nosanitize [[META2]]
206206
// TR-NEXT: unreachable, !nosanitize [[META2]]
207207
//
208208
// REC-LABEL: define dso_local double @lbounds(

0 commit comments

Comments
 (0)