Hi Roman, > The definition of targetdata in llvm differs to the one in clang. > Specifically the ABI alignment of 64bit types on PPC32 is 32 in > llvm and 64 in llvm. The clang one seems to be the correct one. why isn't clang querying llvm to get the target data? Ciao, Duncan.