Skip to content

[android] LINKER_LANGUAGE needs to be applied to executables too. #25523

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
Jun 18, 2019

Conversation

drodriguez
Copy link
Contributor

A previous change did the same change, but only for libraries. The
executables also need to be build to be linked as C to avoid clang++
automatic linking of C++.

@compnerd: I kept your name in the NOTE. I hope you don’t mind.

A previous change did the same change, but only for libraries. The
executables also need to be build to be linked as C to avoid clang++
automatic linking of C++.
@drodriguez drodriguez requested a review from compnerd June 17, 2019 20:49
@drodriguez
Copy link
Contributor Author

@swift-ci please smoke test

Copy link
Member

@compnerd compnerd left a comment

Choose a reason for hiding this comment

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

Oh, right, the executables shouldn't link against libc++ either. sigh. Thanks for fixing this!

@compnerd compnerd merged commit 1ab0008 into swiftlang:master Jun 18, 2019
@drodriguez drodriguez deleted the android-fix-test-build branch June 18, 2019 19:51
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