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 bccfe33 commit 7668653Copy full SHA for 7668653
test/IRGen/static-vtable-stubs.swift
@@ -8,6 +8,10 @@
8
9
// REQUIRES: concurrency
10
11
+// Note: Windows uses internal linkage, which puts an extra step symbol before
12
+// _swift_dead_method_stub.
13
+// UNSUPPORTED: OS=windows-msvc
14
+
15
//--- A.swift
16
open class C {
17
private var i: [ObjectIdentifier:Any] = [:]
test/IRGen/zombies.swift
@@ -1,5 +1,9 @@
1
// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s
2
3
4
5
6
7
// rdar://24121475
// Ideally, these wouldn't be in the v-table at all; but as long as they
// are, we need to emit symbols for them.
0 commit comments