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

build: add a workaound for the Windows build #35971

Closed
wants to merge 1 commit into from

Conversation

compnerd
Copy link
Collaborator

The AST library for Swift exceeds the number of sections that the COFF
object file permits. Add an explicit /bigobj flag to the build.

In theory, this flag should not be needed at all with D84038 applied to
llvm, which would add /bigobj unconditionally to all C/C++ objects
that are generated during the build.

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

The AST library for Swift exceeds the number of sections that the COFF
object file permits.  Add an explicit `/bigobj` flag to the build.

In theory, this flag should not be needed at all with D84038 applied to
llvm, which would add `/bigobj` unconditionally to all C/C++ objects
that are generated during the build.
@compnerd
Copy link
Collaborator Author

compnerd commented Feb 20, 2021

This has been resolved as expected with the rebranch. Resolves SR-14111

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

1 participant