You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: