- Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
Description
| Bugzilla Link | 33920 |
| Resolution | FIXED |
| Resolved on | Jul 26, 2017 09:25 |
| Version | 5.0 |
| OS | All |
| Blocks | #33196 |
| CC | @zmodem |
Extended Description
Please backport r308950 ([AArch64] Reserve a 16 byte aligned amount of fixed stack for win64 varargs) to 5.0. This fixes an issue with the new win/arm64 calling convention.
The support for targeting win/arm64 itself is still immature, but the calling convention handling in itself should be mature enough, and can be used by Wine for clang >= 5.0 if this is backported.
This carries no regression risk as it only touches code in new codepaths that aren't used before.