[PATCH] D34859: [COFF, ARM64] Set the data type widths and the data layout string for COFF ARM64
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 17 12:49:31 PDT 2017
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
More information about the cfe-commits
mailing list