mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 21:34:23 +00:00
Keep track of an Mac OS X / x86 ABI bug.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27496 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c24b834425
commit
9984eb4bb8
@ -760,3 +760,8 @@ _test:
|
|||||||
movddup 8(%esp), %xmm0
|
movddup 8(%esp), %xmm0
|
||||||
movapd %xmm0, (%eax)
|
movapd %xmm0, (%eax)
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
//===---------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
A Mac OS X IA-32 specific ABI bug wrt returning value > 8 bytes:
|
||||||
|
http://llvm.org/bugs/show_bug.cgi?id=729
|
||||||
|
Loading…
x
Reference in New Issue
Block a user