Skip to content

Android: add the right suffix for the compiler-rt profiler library #1685

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
Aug 28, 2024

Conversation

finagolfin
Copy link
Member

A bunch of profiler tests in the compiler validation suite were recently enabled on non-Darwin platforms by swiftlang/swift#75572 and then failed natively on Android because they couldn't find this profiler library, which this pull fixed. This is the same change I used to find the sanitizer libraries for Android a couple years ago.

@artemcm
Copy link
Contributor

artemcm commented Aug 26, 2024

@swift-ci test

@finagolfin
Copy link
Member Author

Do I still need to submit the equivalent pull for the legacy C++ driver too, or do we not have to bother as much anymore, especially since that Driver is going away and this is a niche usecase?

@artemcm
Copy link
Contributor

artemcm commented Aug 26, 2024

Do I still need to submit the equivalent pull for the legacy C++ driver too, or do we not have to bother as much anymore, especially since that Driver is going away and this is a niche usecase?

I'd say that's not necessary unless you can come up with some kind if niche requirements for where the legacy driver is needed. My hope is that it isn't.

@finagolfin
Copy link
Member Author

Ready for merge.

@artemcm artemcm merged commit 088ac1d into swiftlang:main Aug 28, 2024
3 checks passed
@finagolfin finagolfin deleted the droid branch August 28, 2024 18:35
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