-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Tier 1 support for 32 bit windows (i386-windows target) #537
Comments
This is effectively blocked by #516 (debug symbols don't work on windows) |
workaround windows 32 bit test failure See #537
we still want to support it, but there are too many bugs to claim that we support it right now. See #537
I removed 32 bit windows from the supported target list, because we had too many failing tests to justify it. We still want to support it in a future release, but there's some debugging to be done. cc @tiehuis |
I recently tried building for this target and got a load of assembler syntax errors.
|
@andrewrk do you know what could be causing zig to emit this assembly? |
32-bit windows is back to tier 1 status :-) |
Never mind, there are blocking bugs. Updated the description. |
The only thing left is bug fixes:
__DllMainCRTStartup@12
when building a DLL targetingi386-windows-msvc
#11926The text was updated successfully, but these errors were encountered: