Skip to content

Commit df9d6d8

Browse files
committed
test: disable SILGen test
This does not make sense on PE/COFF targets where the `_weakLinked` attribute is unsupported.
1 parent e5ef796 commit df9d6d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-emit-silgen %s | %FileCheck %s
2+
// UNSUPPORTED: OS=windows-msvc
23

34
// CHECK-LABEL: sil [_weakLinked] [ossa] @$s21weak_linked_attribute0A8FunctionyyF : $@convention(thin) () -> ()
45
@_weakLinked public func weakFunction() {}

0 commit comments

Comments
 (0)