Skip to content

Swift: fix missing extraction of function bodies in SPM builds#10955

Merged
redsun82 merged 2 commits intomainfrom
redsun82/swift-fix-missing-bodies
Oct 24, 2022
Merged

Swift: fix missing extraction of function bodies in SPM builds#10955
redsun82 merged 2 commits intomainfrom
redsun82/swift-fix-missing-bodies

Conversation

@redsun82
Copy link
Copy Markdown
Contributor

For some reason -experimental-skip-non-inlinable-function-bodies-without-types
is passed to the frontend, which will skip extraction of most bodies.

By suppressing that option the problem goes away.

For some reason `-experimental-skip-non-inlinable-function-bodies-without-types`
is passed to the frontend, which will skip extraction of most bodies.

By suppressing that option the problem goes away.
@redsun82 redsun82 requested a review from AlexDenisov October 24, 2022 15:14
@redsun82 redsun82 requested a review from a team as a code owner October 24, 2022 15:14
@github-actions github-actions Bot added the Swift label Oct 24, 2022
@redsun82 redsun82 merged commit 89ca7e2 into main Oct 24, 2022
@redsun82 redsun82 deleted the redsun82/swift-fix-missing-bodies branch October 24, 2022 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants