File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 9
9
// RUN: -module-name Library \
10
10
// RUN: -parse-as-library \
11
11
// RUN: -enable-library-evolution \
12
- // RUN: -emit-module-path %t/Library.swiftmodule \
13
- // RUN: -validate-tbd-against-ir=none
12
+ // RUN: -emit-module-path %t/Library.swiftmodule
14
13
15
14
// RUN: %target-swift-frontend \
16
15
// RUN: %t/Executable.swift \
17
16
// RUN: -c \
18
17
// RUN: -parse-as-library \
19
18
// RUN: -module-name Executable \
20
19
// RUN: -I %t \
21
- // RUN: -o %t/Executable.o \
22
- // RUN: -validate-tbd-against-ir=none
20
+ // RUN: -o %t/Executable.o
23
21
24
22
// RUN: %target-build-swift-dylib(%t/%target-library-name(Library)) \
25
23
// RUN: %t/Library.swift \
28
26
// RUN: -enable-library-evolution \
29
27
// RUN: -enable-experimental-feature CoroutineAccessors \
30
28
// RUN: -emit-module-path %t/Library.swiftmodule \
31
- // RUN: -module-name Library \
32
- // RUN: -Xfrontend -validate-tbd-against-ir=none
29
+ // RUN: -module-name Library
33
30
34
31
// RUN: %target-build-swift \
35
32
// RUN: %t/Executable.o \
You can’t perform that action at this time.
0 commit comments