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 99// RUN: -module-name Library \
1010// RUN: -parse-as-library \
1111// 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
1413
1514// RUN: %target-swift-frontend \
1615// RUN: %t/Executable.swift \
1716// RUN: -c \
1817// RUN: -parse-as-library \
1918// RUN: -module-name Executable \
2019// RUN: -I %t \
21- // RUN: -o %t/Executable.o \
22- // RUN: -validate-tbd-against-ir=none
20+ // RUN: -o %t/Executable.o
2321
2422// RUN: %target-build-swift-dylib(%t/%target-library-name(Library)) \
2523// RUN: %t/Library.swift \
2826// RUN: -enable-library-evolution \
2927// RUN: -enable-experimental-feature CoroutineAccessors \
3028// 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
3330
3431// RUN: %target-build-swift \
3532// RUN: %t/Executable.o \
You can’t perform that action at this time.
0 commit comments