http://llvm.org/bugs/show_bug.cgi?id=4400
Anton Korobeynikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Anton Korobeynikov <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
