[llvm-commits] [patch] fix the alignment of i64 and f64 on linux x86-64
Chris Lattner
clattner at apple.com
Mon Aug 27 20:58:18 PDT 2007
On Aug 24, 2007, at 6:31 AM, Rafael Espindola wrote:
> According to table 3.1 of http://www.x86-64.org/documentation/abi.pdf,
> the i64 and f64 types should have 8 byte alignment.
>
> The attached patch changes this for targets that are not darwin.
Dan, Evan, is this ok? Evan, doesn't darwin follow the same ABI on
x86-64?
-Chris
More information about the llvm-commits
mailing list