Displaying 1 result from an estimated 1 matches for "padtesto3".
Did you mean:
padtest
2010 Jul 13
2
[LLVMdev] different layout of structs for llc vs. llvm-gcc
...lt;data.0>
400646: 89 3d 98 04 20 00 mov %edi,0x200498(%rip) #
600ae4 <data.2>
padtest2.bc (input to llc) still has the padding in the struct. Also note that
the padding is not removed if the addresses of data's fields are printed.
(2)
llvm-gcc padtest.c -o padtesto3 -O3 -lpthread
00000000004005d0 <updater>:
4005d0: 89 3d ea 04 20 00 mov %edi,0x2004ea(%rip) #
600ac0 <data>
4005d6: 89 3d 28 05 20 00 mov %edi,0x200528(%rip) #
600b04 <data+0x44>
-------------- next part --------------
A non-text...