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 0f036e5 + f1bba3e commit ed0e628Copy full SHA for ed0e628
test/IRGen/osx-targets.swift
@@ -1,6 +1,8 @@
1
// RUN: %swift %s -emit-ir | %FileCheck %s
2
// RUN: %swift -target x86_64-apple-macosx10.51 %s -emit-ir | %FileCheck -check-prefix=CHECK-SPECIFIC %s
3
-// RUN: %swift -target x86_64-apple-darwin55 %s -emit-ir | %FileCheck -check-prefix=CHECK-SPECIFIC %s
+
4
+// disable this test until macOS 11 support lands in Swift.
5
+// : %swift -target x86_64-apple-darwin55 %s -emit-ir | %FileCheck -check-prefix=CHECK-SPECIFIC %s
6
7
// REQUIRES: OS=macosx
8
0 commit comments