File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
trunk/validation-test/execution Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 6a94950214f9a3e6cc05d1bae7efba77586f9456
2
+ refs/heads/master: bbd811c2f78fda1678733e026dcf2da7513e5aff
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
3
- // RUN: (cd %t && %target-build-swift %S/Inputs/dsohandle-first.swift -emit-library -emit- module -module-name first -Xlinker -install_name -Xlinker '@executable_path/libfirst.dylib')
4
- // RUN: (cd %t && %target-build-swift %S/Inputs/dsohandle-second.swift -emit-library -emit- module -module-name second -Xlinker -install_name -Xlinker '@executable_path/libsecond.dylib')
3
+ // RUN: %target-build-swift-dylib(%t/ %target-library-name(first)) %S/Inputs/dsohandle-first.swift -emit-module -module-name first
4
+ // RUN: %target-build-swift-dylib(%t/ %target-library-name(second)) %S/Inputs/dsohandle-second.swift -emit-module -module-name second
5
5
// RUN: %target-build-swift -I %t -L %t -lfirst -lsecond %s -o %t/main
6
6
// RUN: %target-codesign %t/main %t/%target-library-name(first) %t/%target-library-name(second)
7
7
// RUN: %target-run %t/main %t/%target-library-name(first) %t/%target-library-name(second)
You can’t perform that action at this time.
0 commit comments