Skip to content

Fix x64 Windows builds break. #913

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

Closed
secure-sw-dev-bot opened this issue Jan 16, 2022 · 0 comments
Closed

Fix x64 Windows builds break. #913

secure-sw-dev-bot opened this issue Jan 16, 2022 · 0 comments

Comments

@secure-sw-dev-bot
Copy link

This issue was copied from checkedc/checkedc-clang#917


After merging the work on the Checked C converter, two failures appeared only on automated debug x64 Windows build.

One error was that the compiler was trying to create an object file that had too many sections. This adds the /bigobj flag for some files, which allows a newer object file format to be used. The other error was that an include file was missing in the Checked C converter tool.

With these changes, the automated testing passes again for the debug x64 Windows build.

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

No branches or pull requests

1 participant