[Bug 38886] AArch64 platforms: ABI Problems wrt varargs ( needs arm64 specific __builtin_ms_va_list)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 23 13:19:24 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=38886

Martin Storsjö <wine at martin.st> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wine at martin.st

--- Comment #4 from Martin Storsjö <wine at martin.st> ---
One attempt at implementing __builtin_ms_va_list for arm64, for clang, is in
https://reviews.llvm.org/D34474 and https://reviews.llvm.org/D34475.

When using such a clang build, one has to add "-Xclang -target-feature -Xclang
+reserve-x18" to the cflags, in order to avoid bug 38780.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list