[PATCH] D34859: [COFF, ARM64] Set the data type widths and the data layout string for COFF ARM64

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 22:44:25 PDT 2017


compnerd accepted this revision.
compnerd added a comment.
This revision is now accepted and ready to land.

Can you please double check the type of `long double` as well?



================
Comment at: lib/Basic/Targets.cpp:6583
+
+    // This is an LLP64 paltform.
+    // int:4, long:4, long long:8.
----------------
Typo: `platform`.


https://reviews.llvm.org/D34859





More information about the llvm-commits mailing list