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

Remove redundant modulemap in swiftc_inputs #881

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

luispadron
Copy link
Collaborator

In #879 we added the extended modulemap to the swiftc_inputs below this line. This PR removes the non extended modulemap from being added as an input as we only need the extended version.

In #879 we added the extended modulemap to the `swiftc_inputs` below this line. This PR removes the non extended modulemap from being added as an input as we only need the extended version.
Comment on lines -954 to -955
if module_map:
swiftc_inputs.append(module_map)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@luispadron luispadron marked this pull request as ready for review July 5, 2024 16:49
@luispadron luispadron merged commit 52d1f18 into master Jul 9, 2024
12 checks passed
@luispadron luispadron deleted the luis/remove-redundant-module-map branch July 9, 2024 01:21
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