Skip to content
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

SR-3001: Generated Xcode project has an incorrect linkage on an executable #753

Merged
merged 1 commit into from Oct 20, 2016

Conversation

abertelrud
Copy link
Contributor

@abertelrud abertelrud commented Oct 20, 2016

Generated Xcode project has an incorrect linkage on an executable. The Xcode project model does not tie the concepts of dependency and linkage together; this was a problem in the logic that constructed that model. It unconditionally added a linkage, but should only do so for dependencies on library modules.

Verified that the newly added unit test fails without the fix.

…incorrect linkage on an executable

The Xcode project model does not tie the concepts of dependency and linkage together; this was a problem in the logic that constructed that model.
@abertelrud abertelrud changed the title https://bugs.swift.org/browse/SR-3001 Generated Xcode project has an incorrect linkage on an executable SR-3001: Generated Xcode project has an incorrect linkage on an executable Oct 20, 2016
@ankitspd
Copy link
Member

LGTM, Awesome!

@abertelrud
Copy link
Contributor Author

@swift-ci Please test

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.

None yet

2 participants