I don't have too much knowledge about clang so I am not sure, but if I compile an executable with clang for android-x86 (from android ndk r10d) then the DWARF info will contain the right size for long double (8 byte). I run into this issue from LLDB in a case where we create a clang AST context based on a module and a triple and we ended up with wrong size for long double.
http://reviews.llvm.org/D8357 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
