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.
2 parents d8a336b + 22639da commit 89c2fa3Copy full SHA for 89c2fa3
test/Driver/opt-remark.swift
@@ -1,7 +1,7 @@
1
// RUN: %target-swiftc_driver -O %s -o /dev/null 2>&1 | %FileCheck -allow-empty -check-prefix=DEFAULT %s
2
// RUN: %target-swiftc_driver -O -Rpass=sil-inliner %s -o /dev/null 2>&1 | %FileCheck -check-prefix=REMARK_PASSED %s
3
// RUN: %target-swiftc_driver -O -Rpass-missed=sil-inliner %s -o /dev/null 2>&1 | %FileCheck -check-prefix=REMARK_MISSED %s
4
-
+// REQUIRES: rdar42247881
5
// DEFAULT-NOT: remark
6
7
func big() {
0 commit comments