efriedma added inline comments.

================
Comment at: lib/Basic/Targets.cpp:6662
+    DoubleAlign = LongLongAlign = 64;
+    LongDoubleWidth = LongDoubleAlign = 64;
+    IntMaxType = SignedLongLong;
----------------
If you're changing LongDoubleWidth and LongDoubleAlign, you also have to change 
LongDoubleFormat.


https://reviews.llvm.org/D34859



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to