[LLVMbugs] [Bug 4400] Structure Alignment in MSVC

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Jun 16 06:34:12 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4400


Anton Korobeynikov <asl at math.spbu.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |asl at math.spbu.ru
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Anton Korobeynikov <asl at math.spbu.ru>  2009-06-16 08:33:54 ---
You have to insert necessary padding for the fields. For example, llvm-gcc for
mingw32 produces the following code:

        %struct.osX = type { i32, [4 x i8], double, i32, i8* }


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list