[LLVMdev] Unpacked Structures within Packed Structures

John Criswell criswell at uiuc.edu
Thu Feb 4 08:53:55 PST 2010


Dear LLVMers,

I have a question on packed structures in LLVM 2.6.

Is it possible to place an unpacked structure type as a member within a 
packed structure type?  What I want to do is to have the fields of an 
inner structure padded per the ABI but have the elements of the outer 
structure packed.

Thanks in advance.

-- John T.




More information about the llvm-dev mailing list