Displaying 2 results from an estimated 2 matches for "tdya127".
2011 Jul 20
2
[LLVMdev] MC ARM ELF local common variable alignment.
...T LOCAL DEFAULT 4 main.a
4: 00000001 8 OBJECT LOCAL DEFAULT 4 main.b
5: 00000009 8 OBJECT LOCAL DEFAULT 4 main.c
...
The variable b, c is not aligned to 8.
(The llvm commit I used is 4c8164813c1be51f6797fda6826bdf3665f2a7d1)
Sorry for it being so long.
Thanks,
TDYa127
2011 Jul 20
0
[LLVMdev] MC ARM ELF local common variable alignment.
Hi,
Can you please file a bug and Cc me directly on it?
I'll go take a look soon.
Thanks
-jason
On Wed, Jul 20, 2011 at 9:53 AM, TDYa127 <a127a127 at gmail.com> wrote:
> Hi all,
>
> I noticed that the static local variable(internal global in .bc) is
> not aligned in ARM ELF(use MC(-filetype=obj)).
> Then I found that the alignment information is lost at:
> lib/CodeGen/AsmPrinter/AsmPrinter.cpp:316
> if...