[cfe-commits] [PATCH] LP64 vs LLP64

Aaron Ballman aaron at aaronballman.com
Mon Mar 12 11:42:40 PDT 2012


We were always defining LP64 for all x86_64 builds, even for platforms
which are not LP64 (such as Windows via MSVC, and MinGW).  This patch
addresses that by checking the size of a long in 64-bit compiles.

~Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LP64.patch
Type: application/octet-stream
Size: 641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120312/2c8439bb/attachment.obj>


More information about the cfe-commits mailing list