Skip to content

Commit 9a40b79

Browse files
committed
messed up merge
Created using spr 1.3.7
1 parent 1b3d75f commit 9a40b79

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,14 @@ void NORETURN CheckFailed(const char *file, int, const char *cond, u64, u64) {
175175
HANDLER_PRESERVE(name, kind)
176176

177177
HANDLER(type_mismatch, "type-mismatch")
178+
HANDLER(alignment_assumption, "alignment-assumption")
179+
HANDLER(add_overflow, "add-overflow")
180+
HANDLER(sub_overflow, "sub-overflow")
181+
HANDLER(mul_overflow, "mul-overflow")
182+
HANDLER(negate_overflow, "negate-overflow")
183+
HANDLER(divrem_overflow, "divrem-overflow")
184+
HANDLER(shift_out_of_bounds, "shift-out-of-bounds")
185+
HANDLER(out_of_bounds, "out-of-bounds")
178186
HANDLER(local_out_of_bounds, "local-out-of-bounds")
179187
HANDLER_RECOVER(builtin_unreachable, "builtin-unreachable")
180188
HANDLER_RECOVER(missing_return, "missing-return")

0 commit comments

Comments
 (0)