Skip to content

Conversation

@shajrawi
Copy link

@shajrawi shajrawi commented Apr 17, 2019

Some test cases use something like

config.target_run_simple_swift = ( '%%empty-directory(%%t) && ' '%s %s %%s -o %%t/a.out -module-name main && ' '%s %%t/a.out &&' '%s %%t/a.out’ 

That does not respect the %target-run DYLD_LIBRARY_PATH for choosing the just built libraries and/or OS libraries.
This PR respects said library path in such situations

rdar://problem/49835064

…arget-run Some test cases use something like ``` config.target_run_simple_swift = ( '%%empty-directory(%%t) && ' '%s %s %%s -o %%t/a.out -module-name main && ' '%s %%t/a.out &&' '%s %%t/a.out’ ``` That does not respect the %target-run DYLD_LIBRARY_PATH for choosing the just built libraries and/or OS libraries. This PR respects said library path in such situations rdar://problem/49835064
@shajrawi shajrawi force-pushed the support_simple_run branch from 9a80e31 to 404b34c Compare April 17, 2019 22:33
@shajrawi
Copy link
Author

@swift-ci Please test and merge

@shajrawi
Copy link
Author

@swift-ci Please test Linux

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - 404b34c

@shajrawi
Copy link
Author

@swift-ci Please test Linux

@Rostepher Rostepher merged commit ea0e7f1 into swiftlang:master Apr 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants