]> granicus.if.org Git - clang/commit
According to i686 ABI, long double size on x86 is 12 bytes not 16 bytes.
authorYaron Keren <yaron.keren@gmail.com>
Wed, 19 Aug 2015 17:02:32 +0000 (17:02 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 19 Aug 2015 17:02:32 +0000 (17:02 +0000)
commit3aa12efeaaeacf0e0e1064fa18ee908f5344be19
tree930c4e332fdc70af3d84f6456bb0d6d4362ec210
parent7b4b02675af9edd2170cd4e401e38c7a0de39f1a
According to i686 ABI, long double size on x86 is 12 bytes not 16 bytes.
See
 https://gcc.gnu.org/onlinedocs/gcc-3.2/gcc/i386-and-x86-64-Options.html

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245459 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/CodeGen/mingw-long-double-size.c [new file with mode: 0644]