Skip to content

Commit c87747e

Browse files
committed
test
Created using spr 1.3.4
1 parent 71ed5fe commit c87747e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/CodeGen/ubsan-trap-merge.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,9 @@ int m(int x, int y) {
727727
return f(x) + g(y);
728728
}
729729

730+
// TRAP-MERGE: attributes #[[ATTR4]] = { noreturn nounwind }
731+
// HANDLER-MERGE: attributes #[[ATTR4]] = { noreturn nounwind }
732+
// MINRT-MERGE: attributes #[[ATTR4]] = { noreturn nounwind }
730733

731734
// TRAP-NOMERGE: attributes #[[ATTR4]] = { nomerge noreturn nounwind }
732735
// HANDLER-NOMERGE: attributes #[[ATTR4]] = { nomerge noreturn nounwind }

0 commit comments

Comments
 (0)