]> granicus.if.org Git - clang/commit
Ensure i686-nacl long long is aligned 8 bytes (like malign-double)
authorJan Wen Voung <jvoung@google.com>
Wed, 15 Jan 2014 21:42:41 +0000 (21:42 +0000)
committerJan Wen Voung <jvoung@google.com>
Wed, 15 Jan 2014 21:42:41 +0000 (21:42 +0000)
commitbb0ec7ba42c883dcedd4529d31998c90f9159ff8
tree6f94c2708e1697e9b19b58361aab25bb564cfa18
parent93de7bb38c1c57f8b8bafcb697bb5030793a9d6c
Ensure i686-nacl long long is aligned 8 bytes (like malign-double)

Set NaCl OSTargetInfo to have LongLongAlign = 64. Otherwise, it will
pick up the setting of 32 from X86_32TargetInfo.

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