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 d6ae380 commit 7c214dcCopy full SHA for 7c214dc
clang/test/CodeGen/ubsan-trap-merge.c
@@ -265,5 +265,5 @@ int m(int x, int y) {
265
return f(x) + g(y);
266
}
267
// TRAP: attributes #[[ATTR4]] = { nomerge noreturn nounwind }
268
-// HANDLER: attributes #[[ATTR4]] = { noreturn nounwind }
+// HANDLER: attributes #[[ATTR4]] = { nomerge noreturn nounwind }
269
// MINRT: attributes #[[ATTR4]] = { nomerge noreturn nounwind }
0 commit comments