File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 8
8
// rdar://76038845
9
9
// REQUIRES: concurrency_runtime
10
10
// UNSUPPORTED: back_deployment_runtime
11
-
12
11
import _Concurrency
13
12
import Dispatch
14
13
Original file line number Diff line number Diff line change 25
25
// RUN: %target-swift-frontend -runtime-compatibility-version none -emit-ir -parse-stdlib -module-name someModule -module-link-name module %S/../Inputs/empty.swift -autolink-force-load | %FileCheck --check-prefix=FORCE-LOAD %s
26
26
// RUN: %target-swift-frontend -runtime-compatibility-version none -emit-ir -parse-stdlib -module-name someModule -module-link-name 0module %S/../Inputs/empty.swift -autolink-force-load | %FileCheck --check-prefix=FORCE-LOAD-HEX %s
27
27
28
- // RUN: %target-swift-frontend -emit-module -parse-stdlib -o %t -module-name someModule -module-link-name module %S/../Inputs/empty.swift -public-autolink-library anotherLib
29
- // RUN: %target-swift-frontend -disable-autolinking-runtime-compatibility-dynamic-replacements -runtime-compatibility-version none -emit-ir -lmagic %s -I %t > %t/public-autolink.txt
30
- // RUN: %target-swift-frontend -disable-autolinking-runtime-compatibility-concurrency -runtime-compatibility-version none -emit-ir -lmagic %s -I %t > %t/public-autolink.txt
31
- // RUN: %FileCheck %s < %t/public-autolink.txt
32
- // RUN: %FileCheck -check-prefix=PUBLIC-DEP %s < %t/public-autolink.txt
33
-
34
28
// Linux uses a different autolinking mechanism, based on
35
29
// swift-autolink-extract. This file tests the Darwin mechanism.
36
30
// UNSUPPORTED: autolink-extract
You can’t perform that action at this time.
0 commit comments