Skip to content

[5.7🍒][Build] Update scripts to use dyld_info #61010

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 9, 2022

Conversation

kavon
Copy link
Member

@kavon kavon commented Sep 8, 2022

Cherry-pick of #60532 to fix the dyldinfo vs dyld_info difference in Xcode 13 vs 14.

* [Build] Update scripts to use dyld_info

dyldinfo has been deprecated and will no longer be available on newer Xcode releases. It has been replaced with dyld_info. To stay compatible with older releases, we are still falling back to dyldinfo, if dyld_info is not available.

rdar://98570807

* Apply suggestions from code review

Co-authored-by: Guillaume Lessard <glessard@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Guillaume Lessard <glessard@users.noreply.github.com>
@kavon kavon marked this pull request as ready for review September 8, 2022 21:10
@kavon kavon requested a review from a team as a code owner September 8, 2022 21:10
@kavon
Copy link
Member Author

kavon commented Sep 8, 2022

@swift-ci please test

@kavon kavon changed the title [Build] Update scripts to use dyld_info [5.7🍒][Build] Update scripts to use dyld_info Sep 8, 2022
@kavon kavon merged commit 018e26e into swiftlang:release/5.7 Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants