Skip to content

Commit 4389458

Browse files
committed
NFC: Update weaklinked_import.swift to reflect that @_weakLinked is unsupported on Windows.
1 parent 1815432 commit 4389458

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/IRGen/weaklinked_import.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
//
55
// RUN: %target-swift-frontend -primary-file %s -I %t -emit-ir | %FileCheck %s
66

7+
// UNSUPPORTED: OS=windows-msvc
8+
79
@_weakLinked import weaklinked_import_helper
810

911
// CHECK-DAG: @"$s24weaklinked_import_helper12ConcreteTypeVAA13OtherProtocolAAWP" = extern_weak global i8*

0 commit comments

Comments
 (0)