In http://reviews.llvm.org/D8357#141685, @rafael wrote:
> Sounds like you should be able to put a test in clang/test/CodeGen. I think this code isn't used during codegen because clang generates the correct DWARF description for long double (64 bit) for android-x86 but I might be wrong. I would appreciate if you can give me some hint about what type of tests should I add and how. In http://reviews.llvm.org/D8357#141687, @danalbert wrote: > IIRC we don't get this right for x86_64 either. Currently uses 80-bit long > double, should be 128-bit. In this file we specify 128 bit for long double on x86_64 but I am not sure what android-x86_64 use. I will check it tomorrow and update the patch if necessary. 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
