]> granicus.if.org Git - clang/commit
[Android] Increase default new alignment for Android
authorPirama Arumuga Nainar <pirama@google.com>
Wed, 1 Aug 2018 17:55:34 +0000 (17:55 +0000)
committerPirama Arumuga Nainar <pirama@google.com>
Wed, 1 Aug 2018 17:55:34 +0000 (17:55 +0000)
commit651282142f9f33ecb045d3f9784d3c2cd5558d37
tree7f0434e5e003e8a9cc04ef252b44ecc524d5f1ee
parentdb9b7f32ca3b6dc7f576b8e75834fb6277c01a19
[Android] Increase default new alignment for Android

Summary:
Android's memory allocators also guarantee 8-byte alignment for 32-bit
architectures and 16-byte alignment for 64-bit.

Reviewers: rsmith

Subscribers: cfe-commits, srhines, enh

Differential Revision: https://reviews.llvm.org/D50112

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338603 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/TargetInfo.cpp
test/Preprocessor/init.c