Skip to content

[Build] Update scripts to use dyld_info #60532

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 3 commits into from
Aug 13, 2022
Merged

Conversation

drexin
Copy link
Contributor

@drexin drexin commented Aug 12, 2022

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

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
@drexin
Copy link
Contributor Author

drexin commented Aug 12, 2022

@swift-ci smoke test

Co-authored-by: Guillaume Lessard <[email protected]>
@drexin
Copy link
Contributor Author

drexin commented Aug 12, 2022

@swift-ci smoke test

@drexin
Copy link
Contributor Author

drexin commented Aug 12, 2022

@swift-ci smoke test

@drexin
Copy link
Contributor Author

drexin commented Aug 12, 2022

@swift-ci smoke test macos

Copy link
Contributor

@glessard glessard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW this fixed the problem on my machine!

@drexin drexin merged commit de91842 into swiftlang:main Aug 13, 2022
@drexin drexin deleted the wip-98570807 branch August 13, 2022 00:48
kavon pushed a commit to kavon/swift that referenced this pull request Sep 8, 2022
* [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 <[email protected]>

* Apply suggestions from code review

Co-authored-by: Guillaume Lessard <[email protected]>
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.

2 participants