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