[llvm-commits] [llvm] r94381 - /llvm/trunk/lib/Target/PowerPC/PPCMCAsmInfo.cpp

Rafael Espindola espindola at google.com
Sun Jan 24 17:18:16 PST 2010


2010/1/24 Chris Lattner <sabre at nondot.org>:
> Author: lattner
> Date: Sun Jan 24 14:54:45 2010
> New Revision: 94381
>
> URL: http://llvm.org/viewvc/llvm-project?rev=94381&view=rev
> Log:
> linux/ppc does use alignment in bytes, not pow-2.  This fixes PR6129.
> It looks like linux/arm and linux/mips have the same setting, which
> are probably wrong.  Someone who cares about ARM and MIPS should
> investigate with the testcase in PR6129.

For ARM it looks like we are missing the alignment completely! I will
open a new bug for that (and try to fix it).

Thanks,
-- 
Rafael Ávila de Espíndola




More information about the llvm-commits mailing list