[PATCH 4/6] wine/asm.h: Quote stdcall decored symbols.
LLVM can't handle @ char in non-quoted symbol names. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- include/wine/asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Jacek Caban <jacek(a)codeweavers.com> writes:
LLVM can't handle @ char in non-quoted symbol names.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- include/wine/asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Unfortunately this breaks with older binutils, like the 2.25 version we have on the WineHQ server. I think LLVM will have to be fixed instead. -- Alexandre Julliard julliard(a)winehq.org
On 8/27/19 9:09 AM, Alexandre Julliard wrote:
Jacek Caban <jacek(a)codeweavers.com> writes:
LLVM can't handle @ char in non-quoted symbol names.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- include/wine/asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Unfortunately this breaks with older binutils, like the 2.25 version we have on the WineHQ server. I think LLVM will have to be fixed instead.
Yes, please revert those commits. Sorry about that, I didn't expect it. Thanks, Jacek
participants (2)
-
Alexandre Julliard -
Jacek Caban