File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
// crash at runtime when adding the functions to the eager context.
5
5
6
6
// RUN: %empty-directory(%t)
7
- // RUN: %target-build-swift %S/Inputs/ConflictingModule1.swift -emit-module -emit-library -module-name ConflictingModule1 -o %t/libConflictingModule1. %target-dylib-extension -emit-module-path %t/ConflictingModule1.swiftmodule
8
- // RUN: %target-build-swift %S/Inputs/ConflictingModule2.swift -emit-module -emit-library -module-name ConflictingModule2 -o %t/libConflictingModule2. %target-dylib-extension -emit-module-path %t/ConflictingModule2.swiftmodule
9
- // RUN: %target-build-swift %s -I %t -L %t -lConflictingModule1 -lConflictingModule2 -Xlinker -rpath -Xlinker %t -o %t/a.out
7
+ // RUN: %target-build-swift %S/Inputs/ConflictingModule1.swift -emit-module -emit-library -module-name ConflictingModule1 -o %t/%target-library-name(libConflictingModule1) -emit-module-path %t/ConflictingModule1.swiftmodule
8
+ // RUN: %target-build-swift %S/Inputs/ConflictingModule2.swift -emit-module -emit-library -module-name ConflictingModule2 -o %t/%target-library-name(libConflictingModule2) -emit-module-path %t/ConflictingModule2.swiftmodule
9
+ // RUN: %target-build-swift %s -I %t -L %t %t/%target-library-name(libConflictingModule1) %t/%target-library-name(libConflictingModule2) -Xlinker -rpath -Xlinker %t -o %t/a.out
10
10
// RUN: %target-run %t/a.out %swift-tensorflow-test-run-extra-options
11
11
// REQUIRES: executable_test
12
12
You can’t perform that action at this time.
0 commit comments