COFF ARM64 is LLP64 platform. So int is 4 bytes, long is 4 bytes and long long is 8 bytes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Can you please double check the type of long double as well?
lib/Basic/Targets.cpp | ||
---|---|---|
6583 ↗ | (On Diff #104807) | Typo: platform. |
lib/Basic/Targets.cpp | ||
---|---|---|
6662 ↗ | (On Diff #106811) | If you're changing LongDoubleWidth and LongDoubleAlign, you also have to change LongDoubleFormat. |