[PATCH] D12867: ELF2: Simplify by removing temporary variables

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 17:42:02 PDT 2015


On 14 September 2015 at 20:38, Rui Ueyama via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> That's really good point, we probably should use ulittle32_t instead.
> Regarding alignment, don't we guarantee that the in-memory object we are
> building aligned properly?

The object we are building is aligned, but the type doesn't know that.

Cheers,
Rafael


More information about the llvm-commits mailing list