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

[5.5] Fix 'linker' input unused warnings in Explicit Module Builds #39514

Closed

Conversation

artemcm
Copy link
Contributor

@artemcm artemcm commented Sep 29, 2021

Cherry-pick of #39509

  • Explanation: Omit path to clang from PCM build command-line
    It gets interpreted as just an executable we feed to the linker, since we launch emit-pcm actions via swift-frontend invocations, not clang.

Resolves rdar://83104047

@artemcm artemcm added the r5.5 label Sep 29, 2021
@artemcm artemcm requested a review from a team as a code owner September 29, 2021 22:46
It gets interpreted as just an executable we feed to the linker, since we launch `emit-pcm` actions via `swift-frontend` invocations, not `clang`.
@artemcm
Copy link
Contributor Author

artemcm commented Oct 1, 2021

@swift-ci please test

@artemcm
Copy link
Contributor Author

artemcm commented Oct 1, 2021

@swift-ci please test Windows platform

1 similar comment
@artemcm
Copy link
Contributor Author

artemcm commented Oct 4, 2021

@swift-ci please test Windows platform

@artemcm artemcm closed this Dec 3, 2021
@AnthonyLatsis AnthonyLatsis added 🍒 release cherry pick Flag: Release branch cherry picks swift 5.5 labels Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks swift 5.5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants