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 afb65c2 commit 9e79964Copy full SHA for 9e79964
test/DebugInfo/BuiltinStdlibTypes.swift
@@ -1,7 +1,7 @@
1
// RUN: %target-swift-frontend %s -Onone -emit-ir -gdwarf-types -o - | %FileCheck %s
2
3
// rdar://124465351
4
-// UNSUPPORTED: CPU=armv7k
+// UNSUPPORTED: OS=watchos
5
6
// File is empty as this test check for the builtin stdlib types that should
7
// always be emitted.
test/DebugInfo/classes.swift
// RUN: %target-swift-frontend -primary-file %s -emit-ir -gdwarf-types -o - | %FileCheck %s
class SomeClass {
let first = 4
0 commit comments