We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ed5fe commit c87747eCopy full SHA for c87747e
clang/test/CodeGen/ubsan-trap-merge.c
@@ -727,6 +727,9 @@ int m(int x, int y) {
727
return f(x) + g(y);
728
}
729
730
+// TRAP-MERGE: attributes #[[ATTR4]] = { noreturn nounwind }
731
+// HANDLER-MERGE: attributes #[[ATTR4]] = { noreturn nounwind }
732
+// MINRT-MERGE: attributes #[[ATTR4]] = { noreturn nounwind }
733
734
// TRAP-NOMERGE: attributes #[[ATTR4]] = { nomerge noreturn nounwind }
735
// HANDLER-NOMERGE: attributes #[[ATTR4]] = { nomerge noreturn nounwind }
0 commit comments