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.
2 parents 8136393 + 7680378 commit c6ee1b3Copy full SHA for c6ee1b3
test/IRGen/weak_import_native.sil
@@ -1,6 +1,8 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-swift-frontend -primary-file %s -emit-ir | %FileCheck %s
3
4
+// UNSUPPORTED: OS=windows-msvc
5
+
6
sil_stage canonical
7
8
// CHECK-DAG: define{{( protected)?}} swiftcc void @weakButDefined() {{#[0-9]+}} {
test/IRGen/weak_import_native.swift
@@ -3,6 +3,8 @@
//
// RUN: %target-swift-frontend -primary-file %s -I %t -emit-ir | %FileCheck %s
import weak_import_native_helper
9
10
// CHECK-DAG-LABEL: @"$s25weak_import_native_helper23ProtocolWithWeakMembersP1TAC_AA05OtherE0Tn" = extern_weak global %swift.protocol_requirement
0 commit comments