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 92f782c commit e690d22Copy full SHA for e690d22
test/IRGen/trap-function-clang.swift
@@ -19,4 +19,5 @@ func checkClangImporter() {
19
}
20
21
// TRAPFN: attributes [[ATTR0]] = { {{.*}}"trap-func-name"="oopsie" }
22
+// TRAPFN_OPT: attributes [[ATTR0]] = { {{.*}}"trap-func-name"="oopsie" }
23
// NOTRAPFN-NOT: attributes {{.*}} = { {{.*}}"trap-func-name"="oopsie" }
test/IRGen/trap-function.swift
@@ -63,4 +63,5 @@ func terminator() {
63
64
65
66
67
0 commit comments